View Single Post
Old 06-04-2005, 11:23 PM   #2 (permalink)
Latch
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
Multiple ideas here, probably no useful ones

#1) Did you use apache or httpd as the name when apt-get uninstalling or whatever? I think apache 2 is (officially) referred to as httpd, as the apache group has many projects.

#2) I'm not too familiar with debian packages, but I'm guessing there's the ability to list all the packages installed on the system (with rpms, it's rpm -qa). Can you just <whatever> | grep http or <whatever> | grep apache, to see what it says? Then apt-get uninstall <results from grep>.

#3) I believe httpd/apache has to be started with the -DPHP4 (or -DPHP5) option to handle PHP stuff. Well, on the Gentoo box that I had I had to do that. The Fedora box I'm on now doesn't seem to have that option set and it handles php fine, so.. I dunno (although I think the gentoo was apache1 and this fedora box is apache2).

Like I said, a few ideas.. probably none useful .
Latch is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76