LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache httpd (https://www.linuxquestions.org/questions/linux-software-2/apache-httpd-593216/)

falmarri 10-20-2007 05:14 AM

Apache httpd
 
So I'm running on slack 12, and it came with an install of apache httpd server .4 I think, I didn't know this, and installed .6. Now I have multiple installs looking at different config files, and I tried disabling the .4 that came with slack, but it's still not working and this is what my services look like:

root@fal:~# ps -A | grep httpd
3229 ? 00:00:00 httpd
3230 ? 00:00:00 httpd
3231 ? 00:00:00 httpd
3232 ? 00:00:00 httpd
3233 ? 00:00:00 httpd
3234 ? 00:00:00 httpd
root@fal:~#

I don't care about the installations, is there a way to just remove everything associated with apache? I'd like to just reinstall it from scratch and start again.

jlinkels 10-20-2007 08:55 AM

What you see is different processes, not different installations. If I look at the process numbers, they are all consecutive, so it is very likely that this is just one Apache version which has been started. It is perfectly normal that Apache forks 6 processes, that is the way Apache works to handle multiple http requests at the same time.

I dunno how Slack's installation process works, but it might be that older verison are simply have been removed or are not started.

jlinkels

falmarri 10-20-2007 08:02 PM

Well I know for a fact there's 2 installations. When I try to edit my httpd.conf file in /home/httpd/conf, it doesn't really work.

falmarri 10-20-2007 08:47 PM

I may have gotten it working :cool:

jlinkels 10-21-2007 07:13 AM

It is good practice on this forum to tell what was wrong and how you got ot working. That helps other users as well.

jlinkels


All times are GMT -5. The time now is 06:45 AM.