Jump to content

Witz

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Witz's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I\'m trying to custom my apache server to my exact specifications, one of the things I am wanting to do is open multiple ports. I am using apache for windows and have been using ms batch files to \'install\' and \'start\' conf files which listen to different ports. This method works but not sure if it\'s the correct method, I wanted to find a way to look at the source of apache.exe to find out exactly how apache opens up port 80. Can anyone atleast point me in the correct direction to find a program that will properly open up the source code?
  2. anybody know of an easy to use mail server which I can use with apache and php?
  3. well, I had forgotten to take the # away from infront of the load vhost module, but now when I test my configuration it gives me document takes one arguement, root directory of the document tree, what does that mean?
  4. do I have to delete all of the main server configurations or leave them there?
  5. # Use name-based virtual hosting. # NameVirtualHost # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # <VirtualHost enetwork.sytes.net> ServerAdmin james@eskriptz.net DocumentRoot C:Program FilesApache GroupApache2htdocs ServerName enetwork.sytes.net ErrorLog logs/error_log CustomLog logs/access_log common </VirtualHost>
  6. alright, I wanted to set up my apache to work with virtual hosts instead of just the main host. I have the tags and what not but when I configure the virtual host tags in the httpd.conf file then apache wont start up, I tried moving the tags into the vhost.conf file it doesn\'t work, how exactly do I get the vhosts to work?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.