ke.co.uk/ or call 01722 770036 / 07092 020107
>
--
Tonu Mikk
Disability Services, Office for Equity and Diversity
612 625-3307
tm...@umn.edu
ility/dsredirect
allow from all
Options +Indexes
--
Tonu Mikk
t of help (or was wrong). Like I said I am a newbie
> myself :)
>
> All the best.
>
>
> On Tue, Nov 2, 2010 at 10:33 PM, Tonu Mikk wrote:
>
>> Hello,
>>
>> I hope I can get some guidance from users on this list on how to configure
>> virtual hosts for Ap
Yes, indeed. Doing this works ... Thanks Chris!
http://128.101.172.14/>>
DocumentRoot "/var/www/html/madev"
ServerName dsdev.oed.umn.edu
AllowOverride All
Options Indexes FollowSymLinks
Order allow,deny
Allow from all
DocumentRoot "/var/www/html/madev"
ServerName dsdev.oed.umn.edu
SSLEngin
Hello,
I hope I can get some guidance from users on this list on how to configure
virtual hosts for Apache 2.2. Eventually I would like to serve content on
port 80 and 443 on two URLs:
dsdev.domain.com and madev.domain.com, and on port 80 only on
webdev.domain.com.
Here is my scenario...
I hav
Joshua Slive wrote:
The configuration is basically correct, so the problem is likely
either you aren't editing the correct config file, you are reloading
the configuration after editing, of you have an Allow directive
someplace else in the config (perhaps in a section)
overriding this config. (A
I would like to make a document root folder of a virtual host open to
public, but restrict access to root/admin folder to certain IP ranges
only. Below is what I have currently. I have restricted the
survey/admin folder, but everyone can still view pages. Any suggestions
on what I am doing w
Eric, Thanks for the tip! I got it working!
I did the following:
NameVirtualHost *
ServerName domain.maindomain
...other directives
ServerName anotherdomain.maindomain
...other directives
Eric Covener wrote:
On Dec 13, 2007 1:22 PM, Tonu Mikk <[EMAIL PROTECTED]>
I had a main server at domain.maindomain which was working fine. I then
added a new virtual server at anotherdomain.maindomain and now requests
to domain.maindomain get directed to the new virtual server directory.
I would like to be able to access the maindomain. Included is the
virtual di
my virtual host file:
AliasMatch ^/@@file(.*) C:/somefolder/html$1
AliasMatch ^/(?!@@file)(.*) C:/somefolder/html/dummy.py/$1
What else should I try?
Thanks,
Tonu
Joshua Slive wrote:
On 10/30/07, Tonu Mikk <[EMAIL PROTECTED]> wrote:
Joshua, thanks for the tip! I tried
/errors) to all. Can I restrict the top
level directory, and still allow full access to a subdirectory?
Thank you,
Tonu
Joshua Slive wrote:
On 10/30/07, Tonu Mikk <[EMAIL PROTECTED]> wrote:
Hello,
I have set up two virtual hosts in my Apache 2.0 httpd.conf file running
on Windows XP. I
Hello,
I have set up two virtual hosts in my Apache 2.0 httpd.conf file running
on Windows XP. I am restricting which IP addresses can access the pages
like so:
# Restricting by IP access
AllowOverride None
Options None
Order deny,a
12 matches
Mail list logo