Results 1 to 10 of 11
I can't find the executable program that starts Apache web service. The install via RPM works fine, but I can"t figure out where to run it from. Where is it?...
- 04-16-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 33
Where in the world is Apache?
I can't find the executable program that starts Apache web service. The install via RPM works fine, but I can"t figure out where to run it from. Where is it?
- 04-16-2005 #2
It's
Code:httpd
- 04-16-2005 #3Just Joined!
- Join Date
- Apr 2005
- Posts
- 33
[/code]Code:[admin@192 david]$ httpd bash: httpd: command not found
- 04-16-2005 #4
Probably need to be root:
Code:su - httpd
- 04-17-2005 #5Just Joined!
- Join Date
- Apr 2005
- Posts
- 33
Ok, now it recognizes the command, but the httpd_env.so file is in the wrong location.
I looked at the httpd.conf file, and the httpd_env.so file is in the wrong place. It says it's supposed to be in /etc/httpd/modules/, but its really in /etc/httpd/2.0/modules/. It won't let me edit the httpd.conf file, so I cant fix the problem.Code:[root@192 david]# httpd Syntax error on line 21 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_env.so into server: /etc/httpd/modules/mod_en v.so: cannot open shared object file: No such file or directory
[/code]
- 04-17-2005 #6
You will have to edit the file as root. If that still doesn't work, try copying httpd_env.so to the proper location. These are simple solutions but they might work (I don't have any experience with Apache under Linux).
Hope that helps,
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 04-17-2005 #7Just Joined!
- Join Date
- Apr 2005
- Posts
- 33
Ok, copied mod_env.so into /etc/httpd/modules, and it says this:
Code:[root@192 httpd]# httpd Syntax error on line 21 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_env.so into server: /etc/httpd/modules/mod_env.so: undefined symbol: apr_table_overlay
- 04-17-2005 #8
Sorry, as I mentioned earlier, I don't have any experience with Apache under Linux (not much under Windows either). My suggestion: check the Apache website to see if they have any installation guides and see if something may help with your problem.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 04-17-2005 #9Just Joined!
- Join Date
- Apr 2005
- Posts
- 33
Oh yeah, I forgot I have internet on my laptop now!!!
- 04-17-2005 #10
Was that the reason that Apache wasn't working?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.


Reply With Quote
