Author Topic: Apache 1.3.34  (Read 5941 times)

0 Members and 1 Guest are viewing this topic.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Apache 1.3.34
« on: December 01, 2005, 02:16:06 am »
Horray!

I installed Apache 1.3.34 today (and had to re-install PHP as well), since I was still running 1.3.31.

I ran into quite a few problems re-installing PHP.  For some rason, GD wouldn't install when I was using --with-gd, so I tried downloading the source on their website and installing it that way then using --with-gd=<PATH>.  It wouldn't work then either.  It was pretty frusturating.  I ended up removing the php-4.4.0 directory, re-extracting it and running it using --with-gd again.  It worked fine then, for some reason.  Oh well, at least it works! :)

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Apache 1.3.34
« Reply #1 on: December 01, 2005, 02:25:01 am »
??? My upgrade to Apache 1.3.34 went pretty smoothly :P
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Apache 1.3.34
« Reply #2 on: December 01, 2005, 01:01:44 pm »
??? My upgrade to Apache 1.3.34 went pretty smoothly :P

# echo "<?= gd_info() ?>" > test.php && php test.php

Gogo.  :P

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Apache 1.3.34
« Reply #3 on: December 01, 2005, 09:07:47 pm »
??? My upgrade to Apache 1.3.34 went pretty smoothly :P

# echo "<?= gd_info() ?>" > test.php && php test.php

Gogo.  :P

iago@darkside:~$ echo "<?= gd_info() ?>" > test.php && php test.php
Arrayiago@darkside:~$

I'm on 1.3.33 still, though.  But any updates i've made have went smoothly :)

There's no real reason to upgrade to 1.3.34.  They fixed a "vulnerability" that could lead to http smuggling attacks or something stupid.  Nothing I'm worried about :)

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Apache 1.3.34
« Reply #4 on: December 01, 2005, 09:12:04 pm »
Haha, ergot IM'd me with that.  I should have said:

# echo "<?= print_r(array_values(gd_info()) . '\n' ?>" > test.php && php test.php

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Apache 1.3.34
« Reply #5 on: December 01, 2005, 09:19:06 pm »
Haha, ergot IM'd me with that.  I should have said:

# echo "<?= print_r(array_values(gd_info()) . '\n' ?>" > test.php && php test.php

iago@darkside:~$ echo "<?= print_r(array_values(gd_info()) . '\n' ?>" > test.php && php test.php
PHP Parse error:  parse error, unexpected ';' in /home/iago/test.php on line 1

Parse error: parse error, unexpected ';' in /home/iago/test.php on line 1

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Apache 1.3.34
« Reply #6 on: December 01, 2005, 09:44:36 pm »
root@x86:/home/jimmy# echo "<?= print_r(array_values(gd_info())) ?>" > test.php && php test.php
Array
(
   
  • => bundled (2.0.28 compatible)
  • [1] =>
        [2] =>
        [3] => 1
        [4] => 1
        [5] => 1
        [6] => 1
        [7] => 1
        [8] => 1
        [9] =>
    )
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Newby

  • Moderator
  • Hero Member
  • *****
  • Posts: 10877
  • Thrash!
    • View Profile
Re: Apache 1.3.34
« Reply #7 on: December 01, 2005, 09:50:34 pm »
Root using newbies.

newby@impaler:~$ echo "<?= print_r(array_values(gd_info())) ?>" > test.php && php test.php
Array
(
   
  • => bundled (2.0.28 compatible)
  • [1] =>
        [2] =>
        [3] => 1
        [4] => 1
        [5] => 1
        [6] => 1
        [7] => 1
        [8] => 1
        [9] =>
    )[/pre]
- Newby
http://www.x86labs.org

Quote
[17:32:45] * xar sets mode: -oooooooooo algorithm ban chris cipher newby stdio TehUser tnarongi|away vursed warz
[17:32:54] * xar sets mode: +o newby
[17:32:58] <xar> new rule
[17:33:02] <xar> me and newby rule all

I'd bet that you're currently bloated like a water ballon on a hot summer's day.

That analogy doesn't even make sense.  Why would a water balloon be especially bloated on a hot summer's day? For your sake, I hope there wasn't too much logic testing on your LSAT. 

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Apache 1.3.34
« Reply #8 on: December 01, 2005, 10:10:43 pm »
I usually log in using root (the only way I ever access my server is SSH).  I should probably change that to using sidoh instead.  Good idea, changing that now. :P

iago, do this:

$ echo "<?php print_r(array_values(gd_info())) ?>" > test.php && php test.php

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Apache 1.3.34
« Reply #9 on: December 01, 2005, 10:14:13 pm »
I usually log in using root (the only way I ever access my server is SSH).  I should probably change that to using sidoh instead.  Good idea, changing that now. :P

iago, do this:

$ echo "<?php print_r(array_values(gd_info())) ?>" > test.php && php test.php

I did, I was just trying to be difficult (by making fun of your missing bracket) :P

Offline Ergot

  • 吴立峰 ^_^ !
  • x86
  • Hero Member
  • *****
  • Posts: 3724
  • I steal bandwidth. p_o
    • View Profile
Re: Apache 1.3.34
« Reply #10 on: December 02, 2005, 12:10:32 am »
Root using newbies.

newby@impaler:~$ echo "<?= print_r(array_values(gd_info())) ?>" > test.php && php test.php
Array
(
   
  • => bundled (2.0.28 compatible)
  • [1] =>
        [2] =>
        [3] => 1
        [4] => 1
        [5] => 1
        [6] => 1
        [7] => 1
        [8] => 1
        [9] =>
    )[/pre]
No. I just follow directions better. Sidoh put a # therefore I use root. See how it works? Amazing huh?
Who gives a damn? I fuck sheep all the time.
And yes, male both ends.  There are a couple lesbians that need a two-ended dildo...My router just refuses to wear a strap-on.
(05:55:03) JoE ThE oDD: omfg good job i got a boner thinkin bout them chinese bitches
(17:54:15) Sidoh: I love cosmetology

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Apache 1.3.34
« Reply #11 on: December 02, 2005, 01:25:33 am »
Alright, strange problem.

I noticed that my .htaccess file for a certain directory I had served isn't working anymore.  Any ideas why this would be?  I tried $ killall -9 httpd and then starting my old Apache (1.3.31) server (I left it installed, just in case) and it worked fine.  I'm unsure why it wouldn't work with 1.3.34, but maybe I'm missing something.  Here's my httpd.conf.

Oh!  I also checked my error log.  I did see something suspicious, but it doesn't make sense because it didn't deny my access at all.  In fact, try it yourself:

http://www.sidoh.org/phpmyadmin

Quote
[Thu Dec  1 20:07:36 2005] [error] [client 148.78.247.10] File does not exist: /usr/www/public_html/favicon.ico
[Thu Dec  1 20:51:08 2005] [error] [client 161.58.90.12] File does not exist: /usr/www/public_html/cacti/graph_image.php
[Thu Dec  1 20:51:48 2005] [error] [client 10.0.0.25] File does not exist: /usr/www/public_html/media
[Thu Dec  1 23:15:04 2005] [error] [client 10.0.0.25] client denied by server configuration: /usr/www/public_html/phpmyadmin/.htaccess
[Thu Dec  1 23:22:05 2005] [error] [client 10.0.0.25] File does not exist: /usr/www/public_html/www$
[Thu Dec  1 23:25:35 2005] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Dec  1 23:25:35 2005] [notice] Apache/1.3.34 (Unix) PHP/4.4.0 configured -- resuming normal operations
[Thu Dec  1 23:25:35 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Thu Dec  1 23:26:07 2005] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Dec  1 23:26:07 2005] [notice] Apache/1.3.34 (Unix) PHP/4.4.0 configured -- resuming normal operations

Here's the contents of my .htaccess file:

Quote
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /usr/www/.htpasswd
AuthGroupFile /dev/null

require valid-user
« Last Edit: December 02, 2005, 01:34:25 am by Sigh Dough »

Offline iago

  • Leader
  • Administrator
  • Hero Member
  • *****
  • Posts: 17914
  • Fnord.
    • View Profile
    • SkullSecurity
Re: Apache 1.3.34
« Reply #12 on: December 02, 2005, 08:56:55 am »
Try getting rid of the Group line completely, I've never seen it pointed at /dev/null before.

Offline Sidoh

  • x86
  • Hero Member
  • *****
  • Posts: 17634
  • MHNATY ~~~~~
    • View Profile
    • sidoh
Re: Apache 1.3.34
« Reply #13 on: December 02, 2005, 12:56:14 pm »
Try getting rid of the Group line completely, I've never seen it pointed at /dev/null before.

Alright.

Quote
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /usr/www/.htpasswd


require valid-user

Still no good. :(

Offline MyndFyre

  • Boticulator Extraordinaire
  • x86
  • Hero Member
  • *****
  • Posts: 4540
  • The wait is over.
    • View Profile
    • JinxBot :: the evolution in boticulation
Re: Apache 1.3.34
« Reply #14 on: December 05, 2005, 05:49:52 pm »
Only a few more builts til ultimate 1.3.37ness occurs!  :P
I have a programming folder, and I have nothing of value there

Running with Code has a new home!

Our species really annoys me.

Offline Quik

  • Webmaster Guy
  • x86
  • Hero Member
  • *****
  • Posts: 3262
  • \x51 \x75 \x69 \x6B \x5B \x78 \x38 \x36 \x5D
    • View Profile
Re: Apache 1.3.34
« Reply #15 on: December 05, 2005, 07:14:43 pm »
Only a few more builts til ultimate 1.3.37ness occurs!  :P

How much do you wager that they will skip over it?
Quote
[20:21:13] xar: i was just thinking about the time iago came over here and we made this huge bomb and light up the sky for 6 min
[20:21:15] xar: that was funny