- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache error seaching for itassistant
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
07-05-2007 03:55 AM
07-05-2007 03:55 AM
Apache error seaching for itassistant
in apache's error.log I get "File does not exist: /opt/hpws/apache/htdocs/itassistant."
There is no such file on the system.
This is a fresh default install of HPUx 11.31 (IA64).
What is this file and how to I fix this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 04:01 AM
07-05-2007 04:01 AM
Re: Apache error seaching for itassistant
if I point my browser to my server
http://myownserver/itassistant
I get exactly the same message:
File does not exist: /opt/hpws/apache/htdocs/itassistant
Reason:
The URL does simply not exist!!!
Create this HTML page and the error will go away ;-)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 07:23 AM
07-05-2007 07:23 AM
Re: Apache error seaching for itassistant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 08:48 AM
07-05-2007 08:48 AM
Re: Apache error seaching for itassistant
If I point my browser to your server to a file that does not exist - you will exactly get this message in your log: file not exists.
At the same time I get error 404 - file not found in my browsers window.
Somebody requested this URL from your server!
This is not a problem!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 08:51 AM
07-05-2007 08:51 AM
Re: Apache error seaching for itassistant
am I missing something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 05:45 PM
07-05-2007 05:45 PM
Re: Apache error seaching for itassistant
open the log files
tail -f /opt/hpws/apache/logs/access_log
and
tail -f /opt/hpws/apache/logs/error_log
each in a terminal.
Now point your browser to this non-existant URL.
You will see the clients IP in the access_log, the file not found message in error_log.
May be somebody else (a robot?) is accessing this URL. You will see this in the access_log.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 07:49 PM
07-05-2007 07:49 PM
Re: Apache error seaching for itassistant
Someone/thing is simply requesting a non-exsitent URL.
How is your apache webserver started?
Maybe via the notorious apachectl script?
Perhaps, a get request for /itassistant was planted there somewhere in the startup procedure?
Or maybe you are running any of the dozens Apache frameworks that run other startup procedures.
You ought to check each of them to discover where the get request for itassistant is issued.