in reply to Apache startup file on virtual host
If you're hosted on a dedicated server, there's no reason why you shouldn't be able to edit httpd.conf
If it's a maintained box, you could create a directory for apache boot includes, eg:
dump the startup file in there, then ask the ISP to add the line:/home/username/apachestart
to the httpd.conf file (I think that's the correct syntax).Include /home/username/apachestart/*
Then add in Apache configuration directives as you see fit to call whatever you need at startup.
But, I have a feeling you're talking shared hosting, in which case you're out of luck :)
.02
cLive ;-) </code>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Apache startup file on virtual host
by bugsbunny (Scribe) on Dec 17, 2004 at 08:54 UTC |