[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Qube3 .htaccess ignored on home/users/admin/we b
- Subject: RE: [cobalt-users] Qube3 .htaccess ignored on home/users/admin/we b
- From: "Jolley, Carl" <Carl.Jolley@xxxxxxx>
- Date: Wed Sep 25 13:06:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Earl
Sent: Wednesday, September 25, 2002 3:23 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: RE: [cobalt-users] Qube3 .htaccess ignored on
home/users/admin/web
Let me make sure I understnd what you are saying.
You are using an URL with a port of 81 and the page is being displayed?
YES (https://www.mydomain.com:81/protected/index.php
Is the advserv running?
YES
Where is the page located? In the regualar web server's DocumentRoot
or the admserv's document root?
The page is in the admin users directory: /home/users/admin/web
The documentroot for admserv is: /etc/admserv
The ServerRoot for admserv is: /etc/admserv
The regular server httpd.conf file didn't have a DocumentRoot
setting
(so I added one with: /home/groups/home/web,
stopped and restarted the httpd web service,
no change: the page is still viewable)
The ServerRoot for the regular server is: /etc/httpd
Is the main web server ALSO listening on port 81?
No, the main web server only listens on ports 80 and 443
--------------------
Again some double checking.
Are all these items correct?
1. The full path name of the page is:
/home/users/admin/web/protected/index.php
2. The web server's: DocumentRoot is: /home/groups/home/web
3. The URL is: https://www.mydomain.com:81/protected/index.php
and the page displays. You're certain that it is the /protected/index.php
page and not some other page that is actually displaying, i.e. you
can change the content of the index.php page and the altered content
displays using the above URL.
4. The only httpd server listening to port 81 is the admserv.
What RewriteCond's and RewriteRules does the web server have
that reference port 81 and/or the /protected directory? Are
there any rewriterules involving the /admin directory?
Does the page display even if the admserv has been stopped, i.e. NOT
running.
I.E. with _nothing_ listening to port 81?