apache 2.2.8 and php5



I cant get apache to serve up my drupal pages the warning I receive is below

And the internal server error page is displayed.



I installed a phpinfo.php page and that seems to work ok.



Php version is 5.2.5 with the suhosin patch.

Apache is Apache/2.2.8 (FreeBSD) mod_ssl/2.2.8 OpenSSL/0.9.8e DAV/2
PHP/5.2.5 with Suhosin-Patch





[warn] RewriteCond: NoCase option for non-regex pattern '-f' is not
supported and will be ignored.



Here is the relevant part of the index file.







// Menu status constants are integers; page content is a string.

if (is_int($return)) {

switch ($return) {

case MENU_NOT_FOUND:

drupal_not_found();

break;

case MENU_ACCESS_DENIED:

drupal_access_denied();

break;

case MENU_SITE_OFFLINE:

drupal_site_offline();

break;



I also tried dragonfly CMS and got the same thing when the second page was
supposed to display.




No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.516 / Virus Database: 269.21.2/1304 - Release Date: 2/29/2008
08:18

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Closing modeless dialogs
    ... if you are just looping in the routine and using the dialog to display information during the loop I can't see where you would have a problem. ... If I wanted a modeless dialog to stay open for the life of my application I would make the dialog object a member of my mainframe class and create functions there to start, show, hide, and end the dialog. ... No warnings, no assertions, and I didn't change anything in my code. ... But when I close the dialog using either DestroyWindowor CDialog::OnOKI get the following warning: ...
    (microsoft.public.vc.mfc)
  • RE: Pop Up Message
    ... warning messages displayed by Microsoft Access while a macro or Microsoft ... and then click the Design button on the Database window toolbar. ... click the arrow to display the action list. ...
    (microsoft.public.access.gettingstarted)
  • Timed and blinking messages
    ... display a self-closing message in the form when a certain condition is met, ... Warning messages in the status bar is not very alerting, ... Do While Timer < Delay ...
    (microsoft.public.excel.programming)
  • Re: Closing modeless dialogs
    ... I only want to display a dialog, then call two functions, finally close the dialog and end the application. ... No warnings, no assertions, and I didn't change anything in my code. ... Perhaps something was wrong with my Windows yesterday (my system behaved quite strange, reacted slowly and some applications crashed without reason)? ... But when I close the dialog using either DestroyWindowor CDialog::OnOKI get the following warning: ...
    (microsoft.public.vc.mfc)
  • Re: Login Warning
    ... I need a login warning to display on the same screen or on an ... I also need to display the same or similar warning on all ssh and sftp ... look for a line starting with "Banner" There is probably already a Banner line commented out. ...
    (RedHat)