DeveloperSide.NET Forums
December 12, 2019, 09:37:50 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
DeveloperSide.NET Forums
>
DeveloperSide.NET
>
Anything else goes here
>
Before installation questions?
Pages:
1
2
[
3
]
« previous
next »
Print
Author
Topic: Before installation questions? (Read 46522 times)
0 Members and 1 Guest are viewing this topic.
admin
Administrator
Master of All Subjects
Posts: 3272
Re: Before installation questions?
«
Reply #30 on:
July 28, 2007, 04:59:44 AM »
I've testing it out on my local system. It's a webroot problem. You cannot place VHs into the global DocumentRoot.
Place them outside webroot as above, with the php code into the dir block. It should work then. I'll update the thread about VHs in the main support forum.
Logged
DeveloperSide.NET
Advanced PHP and MySQL Solutions for your Web Design and Development needs with Web.Developer Server Suite.
aticama
Member
Posts: 20
Re: Before installation questions?
«
Reply #31 on:
July 28, 2007, 08:10:10 PM »
Do you mean like this:
NameVirtualHost *:80
<VirtualHost *:80>
ServerName american-horse-enterprises.com
DocumentRoot "/www/webroot/american-horse-enterprises.com"
<Directory "/www/webroot/american-horse-enterprises.com">
Order Allow,Deny
allow from All
AddType text/html .php .phps
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps
</Directory>
</VirtualHost>
<VirtualHost *:80>
ServerName gs-koi.com
DocumentRoot "/www/webroot/gs-koi.com"
<Directory "/www/webroot/gs-koi.com">
Order Allow,Deny
allow from All
AddType text/html .php .phps
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps
</Directory>
</VirtualHost>
To be placed in ?????
Logged
admin
Administrator
Master of All Subjects
Posts: 3272
Re: Before installation questions?
«
Reply #32 on:
July 28, 2007, 11:20:13 PM »
Place those dirs under \www\vhosts\ and update the config with the new paths.
Logged
DeveloperSide.NET
Advanced PHP and MySQL Solutions for your Web Design and Development needs with Web.Developer Server Suite.
aticama
Member
Posts: 20
Re: Before installation questions?
«
Reply #33 on:
July 29, 2007, 02:42:08 AM »
I do not have a www\vhost in my directory. Do I create this folder, and then put it in?
Logged
admin
Administrator
Master of All Subjects
Posts: 3272
Re: Before installation questions?
«
Reply #34 on:
July 29, 2007, 04:12:52 AM »
Create the \www\vhosts\ dir.
Place your VH dirs under this dir.
Update httpd-vhosts.conf
Logged
DeveloperSide.NET
Advanced PHP and MySQL Solutions for your Web Design and Development needs with Web.Developer Server Suite.
Pages:
1
2
[
3
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
DeveloperSide.NET
-----------------------------
=> Web.Developer Server Suite Professional Edition,
Support Forum
=> Web.Developer Server Suite Community Edition,
Public Support Forum
=> DynamicSide.NET Dynamic DNS Support
=> Building a Web Server, for Linux
=> Tools of the Trade
=> Feedback and Suggestions
=> Anything else goes here
Loading...