This is a discussion on two separate apache on the same server within the Apache Web Server forums, part of the Web Server and Related Forums category; hi i need to run two separate apache on the same server . the main is on port 80 and the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Dont set up two servers. use virtual hosts.
On Jan 23, 5:08 am, Davide Bianchi <davideyeahs...@onlyforfun.net> wrote: > On 2007-01-23, phpdevs...@gmail.com <phpdevs...@gmail.com> wrote: > > > i need to run two separate apache on the same server . the main is on > > port 80 and the second one on port 7070 and it has its own php setting > > also httpd.conf setting and different pid name > > how to do it??Copy the main configuration file httpd.conf, give the copy a > different name. Change the Listen settings in one of the two, > start the 'first' apache with the normal startup command and the > second one by specifying the new config file with the -c option. > > Davide > > -- > A fool and his money are soon using Windows. |
|
|||
|
On Jan 24, 6:25 pm, vivek9...@gmail.com wrote: > Dont set up two servers. use virtual hosts. > > On Jan 23, 5:08 am, Davide Bianchi <davideyeahs...@onlyforfun.net> > wrote: > > > On 2007-01-23, phpdevs...@gmail.com <phpdevs...@gmail.com> wrote: > > > > i need to run two separate apache on the same server . the main is on > > > port 80 and the second one on port 7070 and it has its own php setting > > > also httpd.conf setting and different pid name > > > how to do it??Copy the main configuration file httpd.conf, give the copy a > > different name. Change the Listen settings in one of the two, > > start the 'first' apache with the normal startup command and the > > second one by specifying the new config file with the -c option. > > > Davide > > > -- > > A fool and his money are soon using Windows. thanks it works fine now but i could not change the ssl port ! how can i change it |