
Okay, I'm getting a 403 error. I'm running Red Hat 2.1 AS, and have
installed otrs-1.2.3-01.tar.gz. I've added the following to
/etc/httpd/conf/httpd.conf:
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
Alias /otrs/ "/opt/otrs/bin/cgi-bin"

On Thursday, June 10, 2004 5:27 PM
David Hansen Jr.
Okay, I'm getting a 403 error. I'm running Red Hat 2.1 AS, and have
Add this line to your /etc/http/conf/httpd.conf:
Include /opt/otrs/scripts/apache-httpd.include.conf
Or, add this line inside the

Or, add this line inside the
container: ErrorDocument 403 /otrs/index.pl Okay, added that and restarted apache. I'm still getting a 403 error, but a bit more info on the 403 page: Forbidden You don't have permission to access /otrs/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. ~ David

On Thursday, June 10, 2004 5:46 PM
David Hansen Jr.
Or, add this line inside the
container: ErrorDocument 403 /otrs/index.pl Okay, added that and restarted apache. I'm still getting a 403 error, but a bit more info on the 403 page: Forbidden You don't have permission to access /otrs/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
I guess you'll have to add this to the container

That didn't do anything different. I think I finally figured it out. running chmod -R 755 /opt/otrs fixed it. It's dangerous, I know, but I'm getting somewhere now. Thanks! ~ David

On Thursday, June 10, 2004 6:12 PM
David Hansen Jr.
That didn't do anything different. I think I finally figured it out. running chmod -R 755 /opt/otrs fixed it. It's dangerous, I know, but I'm getting somewhere now.
You're getting into trouble, I believe ;) Try executing bin/SetPermissions.sh -h hth, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
David Hansen Jr.
-
Robert Kehl