- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache configuration problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 11:52 AM
10-11-2002 11:52 AM
Apache configuration problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 12:01 PM
10-11-2002 12:01 PM
Re: Apache configuration problem
Premature end of script he
aders: /u03/oracle/oemintdb/9.0.1/Apache/Apache/cgi-bin/RiTAWebAdmin.pl
May be that there is a syntax error in the RiTAWebAdmin.pl
script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 12:24 PM
10-11-2002 12:24 PM
Re: Apache configuration problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 12:30 PM
10-11-2002 12:30 PM
Re: Apache configuration problem
$ cat http.conf|grep -v \^# > /tmp/http.clean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 01:21 PM
10-11-2002 01:21 PM
Re: Apache configuration problem
Does your message end? Still going... and going... Ah, finally, the end!
Next time, please attach long files rather than pasting them in your messages.
Anyway, on to business...
I've seen this before... it's not really a perm issue... mod_perl probably isn't able to load the Oracle libraries and DynaLoader returns the error as perm denied.
If the PERL script is running fine outside of Apache (eg not through mod_perl), then disable mod_perl entirely and try again. If this works, then we know there is a discrepency between PERL and mod_perl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 01:26 PM
10-11-2002 01:26 PM
Re: Apache configuration problem
SetEnv PERL5LIB "/opt/perl/lib/5.6.1"
This doesn't look right!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 01:28 PM
10-11-2002 01:28 PM
Re: Apache configuration problem
My bad. I was thinking PATH, bot LIB. Nevermind. No points for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 01:33 PM
10-11-2002 01:33 PM
Re: Apache configuration problem
Oh, I see you've already solve the problem.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x295ab10230dcd61190050090279cd0f9,00.html
That means I'm wrong and deserve no points.