× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Also, I don't get why you do this:

22 <Directory /LEGASUITE/>
23 Order Allow,Deny
24 Allow From all
25 </Directory>
26 AliasMatch ^/legasuite/(.*) /legasuite/$1
27 AliasMatch ^/LEGASUITE/(.*) /LEGASUITE/$1

I would put /LEGASUITE under /www/LSGUI80/htdocs. No real need for the
aliasmatch directive. But you will need to change this:

<Directory /LEGASUITE/>

To this:

<Directory /www/LSGUI80/htdocs/LEGASUITE>

Then remove your aliasMatch directives. And again making sure the
authorities are ok for the directory and file within.

Just an idea to clean things up. It may be like that for a reason I'm not
aware of.

Brad
www.bvstools.com

On Sat, Nov 19, 2016 at 4:58 PM, Bradley Stone <bvstone@xxxxxxxxx> wrote:

What are the authorities for:

/www/LSGUI80/htdocs (directory)

and

/www/LSGUI80/htdocs/ICOMSXS.html (file)

This is what you will get when not specifying the legalsuite path and just
the host name.

Brad
www.bvstools.com

On Sat, Nov 19, 2016 at 4:24 PM, Steinmetz, Paul <PSteinmetz@xxxxxxxxxx>
wrote:

OLD

Display Configuration File
HTTP server: GUIJWALK
Selected file: /www/guijwalk/conf/httpd.conf

1 # Configuration originally created by Create HTTP Server
wizard on Sat Oct 27 09:51:35 EDT 2007
2 Listen 10.x.x.xxx:80
3 DocumentRoot /JWALK
4 TraceEnable off
5 Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch
-Includes -IncludesNoExec -MultiViews
6 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined
7 LogFormat "%{Cookie}n \"%r\" %t" cookie
8 LogFormat "%{User-agent}i" agent
9 LogFormat "%{Referer}i -> %U" referer
10 LogFormat "%h %l %u %t \"%r\" %>s %b" common
11 CustomLog logs/access_log combined
12 LogMaint logs/access_log 30 0
13 LogMaint logs/error_log 30 0
14 AccessFileName .htaccess
15
16 DirectoryIndex ICOMSXS.html
17
18 <Directory />
19 Order Deny,Allow
20 Deny From all
21 </Directory>
22 <Directory /JWALK/>
23 Order Allow,Deny
24 Allow From all
25 </Directory>
26 AliasMatch ^/JWALK/(.*) /JWALK/$1
27 AliasMatch ^/jwalk/(.*) /jwalk/$1

Object . . . . . . . . . . . . : /JWALK
Type . . . . . . . . . . . . . : DIR
Owner . . . . . . . . . . . . : PAULS
Primary group . . . . . . . . : *NONE
Authorization list . . . . . . : *NONE

Type options, press Enter.
1=Add user 2=Change user authority 4=Remove user

Data --Object Authorities--
Opt User Authority Exist Mgt Alter Ref

*PUBLIC *RWX X X X X
PAULS *RWX X X X X
QDIRSRV *X

New

Display Configuration File
HTTP server: LSGUI80
Selected file: /www/lsgui80/conf/httpd.conf

1 # Configuration originally created by Create HTTP Server
wizard on Fri Nov 18 15:35:43 EST 2016
2
3 Listen 10.x.x.xxx46:80
4 DocumentRoot /www/LSGUI80/htdocs
5 TraceEnable Off
6 Options -ExecCGI -FollowSymLinks -SymLinksIfOwnerMatch
-Includes -IncludesNoExec -Indexes -MultiViews
7 LogFormat "%h %T %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"" combined
8 LogFormat "%{Cookie}n \"%r\" %t" cookie
9 LogFormat "%{User-agent}i" agent
10 LogFormat "%{Referer}i -> %U" referer
11 LogFormat "%h %l %u %t \"%r\" %>s %b" common
12 CustomLog logs/access_log combined
13 LogMaint logs/access_log 7 0
14 LogMaint logs/error_log 7 0
15
16 DirectoryIndex ICOMSXS.html
17
18 <Directory />
19 Order Deny,Allow
20 Deny From all
21 </Directory>
22 <Directory /LEGASUITE/>
23 Order Allow,Deny
24 Allow From all
25 </Directory>
26 AliasMatch ^/legasuite/(.*) /legasuite/$1
27 AliasMatch ^/LEGASUITE/(.*) /LEGASUITE/$1
28

Object . . . . . . . . . . . . : /LEGASUITE
Type . . . . . . . . . . . . . : DIR
Owner . . . . . . . . . . . . : PAULS
Primary group . . . . . . . . : *NONE
Authorization list . . . . . . : *NONE

Type options, press Enter.
1=Add user 2=Change user authority 4=Remove user

Data --Object Authorities--
Opt User Authority Exist Mgt Alter Ref

*PUBLIC *RWX X X X X
PAULS *RWX X X X X
QDIRSRV *X

Paul

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Bradley Stone
Sent: Saturday, November 19, 2016 5:11 PM
To: Midrange Systems Technical Discussion
Subject: Re: The website declined to show this webpage - This error (HTTP
403 Forbidden) means that Internet Explorer was able to connect to the
website, but it does not have permission to view the webpage.

What are the authorities for each directory?

Maybe post both the old and new configs along with authorities to the
directories and files.

Brad
www.bvstools.com

On Sat, Nov 19, 2016 at 3:13 PM, Steinmetz, Paul <PSteinmetz@xxxxxxxxxx>
wrote:

Yes

Port 80 for both.
Old instance has directory of Jwalk.
New instance has directory of Legasuite.

Paul

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Vernon Hamberg
Sent: Saturday, November 19, 2016 4:11 PM
To: Midrange Systems Technical Discussion
Subject: Re: The website declined to show this webpage - This error
(HTTP
403 Forbidden) means that Internet Explorer was able to connect to the
website, but it does not have permission to view the webpage.

Do both instances listen on the same port?

On 11/19/2016 2:55 PM, Steinmetz, Paul wrote:
http://10.x.x.x/LEGASUITE/ICOMSXS works.
http://guitestold no longer works.

http://guitestold points to same IP, JWALK folder instead of
LEGASUITE.
If I shutdown the new instance, bring up the old.
http://guitestold now works.

Paul

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf
Of Bradley Stone
Sent: Saturday, November 19, 2016 3:38 PM
To: Midrange Systems Technical Discussion
Subject: Re: The website declined to show this webpage - This error
(HTTP 403 Forbidden) means that Internet Explorer was able to connect
to the website, but it does not have permission to view the webpage.

What do you mean by complete URL and DNS URL? Examples would help
clear
that up. Are you saying IP vs host name?

I'd check the authorities of the directories your files are in.
Make
sure QTMHHTTP id has at least *RX authority to the directories and at
least *R to the files. QTMHHTP1 should have authorities for anything
CGI related.
I normally just make sure both have *RX to all dirs and *R to all
files.

Brad
www.bvstools.com

On Sat, Nov 19, 2016 at 2:30 PM, Steinmetz, Paul
<PSteinmetz@xxxxxxxxxx>
wrote:

Replaced an HTTP instance with a new instance.
Same IP, same port, new directory.

Instance is working using complete URL.

DNS URL not working, below error.

Info icon
The website declined to show this webpage

HTTP 403


Most likely causes:
*This website requires you to log in.


What you can try:



Go back to the previous page.



More information More information


This error (HTTP 403 Forbidden) means that Internet Explorer was
able to connect to the website, but it does not have permission to
view the
webpage.

For more information about HTTP errors, see Help.

Thank You
_____
Paul Steinmetz
IBM i Systems Administrator

Pencor Services, Inc.
462 Delaware Ave
Palmerton Pa 18071

610-826-9117 work
610-826-9188 fax
610-349-0913 cell
610-377-6012 home

psteinmetz@xxxxxxxxxx
http://www.pencor.com/


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L)
mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To
subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
take a moment to review the archives at
http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L)
mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To
subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please
take a
moment to review the archives at http://archive.midrange.com/midrange-l
.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take
a moment to review the archives at http://archive.midrange.com/mi
drange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take
a moment to review the archives at
http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.