What does AH01071: Got error 'Primary script unknown\n error means?

We are currently running Apache + PHP-FPM. Again, all I can say is that Drupal status page does not work if "ProxyErrorOverride on" is added to /etc/httpd/conf/extra/httpd-default.conf - I can only hope it will work if DirectAdmin add it to the 4 virtual_host2*.conf files, but I would not know before I test it. If it does have the same effect and break Drupal "Maintenance page", we would need to remove it manually every time we do rewrite_confs

Drupal "Maintenance page" is used frequently by our Drupal customers, because it is common practice to put Drupal in maintenance every time you upgrade Drupal or a Drupal module, the user customize that page with their own text and images, and customers on shared hosting would expect it to work out of the box.
 
To test it you can simply get the pre-release binary.
Regarding the removing part, you can create a custom template for that file where that option is not present, that would avoid you headaches :)
 
I suppose you can't please some people.

But this does need addressing, we can't have just a "File not found" for various http responses.
 
@Peter Laws, Those "people" is my customers. As a shared host we need to support Drupal out of the box. Why is that so hard for you to understand?
 
Because the standard error pages are standard, Drupal is the customization, not Apache :)
So the standard for every hosting is to use the standard error pages provided by the webserver, than user's (or CMS, system, software, whatever) can customize them, but the standard is still the same and it should be provided by the webserver. :)
 
@Peter Laws, Those "people" is my customers. As a shared host we need to support Drupal out of the box. Why is that so hard for you to understand?
Bit harsh.... I meant "people" in general, wasn't aimed..

I have Drupal clients too, albeit not as much as Wordpress.... I will see if it interferes...... Regardless, it does need to be addressed.... I didn't even know 404's et al didn't work properly until this thread started and decided to investigate myself on my own server.....

Furthermore, I even have problems with Perl scripts. A client couldn't install DADAMail. Turns out it looks for the mysql.sock in /tmp/, which DA/CB doesn't do anymore. Took me time for a workaround.

Think about this, some scripts do not work with every configuration possible. I've even came across scripts that only work under mod_php!
 
Last edited:
Back
Top