Forum Moderators: phranque
I have a website xyz.com running in apache server on linux and it is active.
I want to set up on another port number say www.xyz.com:7000 on which i will work on the website and test it out. I am running python and psp scripts in the website.
I have no idea abt how to go abt it. Please me to figure it out. Thanks in advance.
bye, pk
It all depends on which port you would like to Listen [httpd.apache.org] ;)
I think that Apache's Virtual Hosts [httpd.apache.org] may be a bit more inviting to you. I'll often subdomain the site and put that Virtual Host container above the live one in my httpd.conf and make it accessible only from an internal ip address. Works well for testing code.