Hi
Firstly I am a complete newby to Apache; I have managed to install Apache and set up it up on my computer so that I can view my web site on my harddrive. I need apache to this because amonst other things I use SSI's on the site.
My computer is linked via a Network hub to another computer (my wifes) and what I have not been able to do is enable her to view the site in her browser. Apache is not isntalled on her machine and I would rather not do so. Can I force Apache to "serve" (if that is the correct word) pages to her machine?
What else can I tell you? Here are some salient lines (I think) from httpd.conf
Listen 80
<VirtualHost *>
ServerAdmin webmaster@purpleski.com
DocumentRoot e:/websites/purpleski
ServerName purpleski.com
ServerAlias ErrorLog e:/websites/purpleski/logs/error_log
CustomLog e:/websites/purpleski/logs/access_log combined
ErrorDocument 404 /errorpage.html
<Directory "e:/websites/purpleski">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Options Indexes FollowSymLinks +Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "e:/websites/purpleski/cgi-bin/"
<Directory "e:/websites/purpleski/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Hope some one can help and if you need more detailed info please let me know.
Thanks
Purpleperson
Firstly I am a complete newby to Apache; I have managed to install Apache and set up it up on my computer so that I can view my web site on my harddrive. I need apache to this because amonst other things I use SSI's on the site.
My computer is linked via a Network hub to another computer (my wifes) and what I have not been able to do is enable her to view the site in her browser. Apache is not isntalled on her machine and I would rather not do so. Can I force Apache to "serve" (if that is the correct word) pages to her machine?
What else can I tell you? Here are some salient lines (I think) from httpd.conf
Listen 80
<VirtualHost *>
ServerAdmin webmaster@purpleski.com
DocumentRoot e:/websites/purpleski
ServerName purpleski.com
ServerAlias ErrorLog e:/websites/purpleski/logs/error_log
CustomLog e:/websites/purpleski/logs/access_log combined
ErrorDocument 404 /errorpage.html
<Directory "e:/websites/purpleski">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
Options Indexes FollowSymLinks +Includes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
ScriptAlias /cgi-bin/ "e:/websites/purpleski/cgi-bin/"
<Directory "e:/websites/purpleski/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Hope some one can help and if you need more detailed info please let me know.
Thanks
Purpleperson