| restarting apache in debian. i made some changes to my httpd.conf and i want to restart apache... i'm using:
/etc/init.d/apache restart
and it does something that seems like it's restarting.. but when i type:
/etc/init.d/apache stop
it responds like it shut down the web server, .. except i can still see my sites in a browser.. so it seems as though something else is controlling my web server.
i'm trying to add a subdomain to my apache configuration, but it does not seem to be working =/ I just added another Vitual Name Server with "something.milanointeractive.com" and my server isn't responding to it.
i'm wondering if there is another config file that might be controlling my web server.. any ideas? |