|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I don't know if this is more of a PHP or Apache question, but I need
to know what to ask my server company (or I), need to do to resolve this: Right now on my account, if I go to a non-existant Web page like http:// ... ./siauiauisuiaoi.php.... It brings back one of these screens ----------------------------------------------------------------------------------------------------- "CGIWrap Error: Execution of this script not permitted", There is a problem with the request. Please contact the owner of the site you are trying to access. Server Data: Server Administrator/Contact: Request Data: User Agent/Browser: Request Method: GET Remote Host: Remote Address: Remote Port: ----------------------------------------------------------------------------------------------------- There is no "siauiauisuiaoi.php" page, anything that doesn't exist shows this screen. So..... if I had full unfettered control over the server environment, what changes can be made to make this a custom screen, or not display any information at all? :-) Thank you for any ideas and have great day. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
<endlesstide@gmail.com> schreef in bericht
news:1170973455.727188.97820@q2g2000cwa.googlegrou ps.com... > ----------------------------------------------------------------------------------------------------- > "CGIWrap Error: Execution of this script not permitted", > There is no "siauiauisuiaoi.php" page, anything that doesn't exist > shows this screen. > > So..... if I had full unfettered control over the server environment, > what changes can be made to make this a custom screen, http://httpd.apache.org/docs/2.2/mod...#errordocument > or not display any information at all? :-) ErrorDocument 404 "<html></html>" Though this will be too smallfor some browsers Microsoft Internet Explorer (MSIE) will by default ignore server-generated error messages when they are "too small" and substitute its own "friendly" error messages. The size threshold varies depending on the type of error, but in general, if you make your error document greater than 512 bytes, then MSIE will show the server-generated error rather than masking it. HansH |
|
![]() |
| Outils de la discussion | |
|
|