Glaanieboy
OSNN Veteran Addict
- Joined
- 6 Mar 2002
- Messages
- 2,628
Alright, the ports/kernel upgrade went fine, so I could finally install some apps. I began with MySQL4.0. Installation went fine, restarted, deamon started up and runs like hell 😉. Next was Apache2, installation went (apperantly) fine, but I can't start httpd. I did /usr/local/sbin/httpd -k start, but nothing happens. When trying a -k restart, it says httpd isn't started and it tries to start httpd again, but no effect. What can went wrong? There can't be an error in the httpd.conf file, because the only error it gave, was that he couldn't find this module:
But I commented that out already with a nice #. Oh and I added two lines:
for use with PHP (of course that is installed)
Oh and I set the Listen and Servername to 192.168.0.4:80 (it's IP). Is that good?
Code:
#LoadModule ext_filter_module libexec/apache2/mod_ext_filter.so
Code:
AddType application/x-httpd-php .php
AddType application/x-httpd-source .phps
Oh and I set the Listen and Servername to 192.168.0.4:80 (it's IP). Is that good?