The Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server for modern operating systems including UNIX, its variants and Windows. Apache is a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
-1
votes
0answers
9 views
modules page not loading and server get restarting? [closed]
I am using IIS and wamp server in a same machine. There is more than 60 modules there in test site.
Local site working fine in both wamp/IIS but in wamp server I cann't able to access module page. ...
1
vote
0answers
27 views
Make Drupal menu router to ignore a path that belongs to another website
I have Drupal running at http://api.site.com. My conf file is:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /var/www/html/drupal
ServerName api.site.com
...
0
votes
1answer
48 views
Why does Apache show such drastic differences in memory usage when using mod_php?
I've taken steps to reduce as much as possible the memory footprint of my Apache mod_php processes by disabling Apache modules as well as Drupal modules.
When the server is under light load, I see ...
0
votes
2answers
52 views
$base_path is not added to AJAX URL request in login form
I have a D7 site in a subfolder, and would like for AJAX requests to find the correct docroot folder.
When trying to login from localhost/mysite/user, AJAX sends a request to localhost/system/ajax. ...
5
votes
3answers
3k views
Nginx vs Apache - Are there any actual usage comparisons and statistcs out there?
I have a new server to play with, and I am staring at a blank canvas. I can put anything I want on it. While I am comfortable with Apache, I keep hearing how nginx can handle so much more traffic than ...
0
votes
1answer
30 views
When building Apache from scratch, what are the minimum modules needed for Drupal to run with clearn URLs?
I have a shiny, new, completely blank box of a LAMP server in front of me. I've heard tales of, even seen pictures of, Apache processes below 30 MB, but I have not seen in it in my Drupal lifetime.
...
0
votes
0answers
20 views
Requirements for enabling compress and aggregation files in Drupal 7
Is there any requirement or module that I need to enable in Apache to properly use the option bandwidth optimization in performance? Do I need to enable the deflate module or I just need the headers ...
0
votes
1answer
169 views
Unable to upload files. Though the maximum file size limit is 80 MB, can't upload even 50 kb files
I copied a site from localhost to AWS server. I can easily upload files in localhost but when I try uploading in the live site it gives me the error
"An unrecoverable error occurred. The uploaded ...
0
votes
1answer
77 views
DAMP / Aquia Dev (mac) apache fails on import of drupal core 7
I'm attempting to switch from Bitnami to Aquia Dev Desktop for the mac (OS 10.8.2). I'd like to be able to develop a couple sites (using core drupal - not the aquia distro) simultaneously in a ...
0
votes
0answers
43 views
redirect URL to new domain
i redirect my domain using webmin to new domain.
This Worked and redirect to new domain when user click:
http://testdomain.com
To
http://testdomain1.com
BUT if user click in complete URL i see ...
0
votes
1answer
93 views
Using Varnish with multiple vhosts
I have varnish configured and "working" on port 80. I have apache running a few instances of Drupal 6 on port 8080. One for dev, review and one for production. I used the four kitchens vcl file as ...
0
votes
1answer
26 views
D6 - Clean URL not resolving correct menu item [closed]
I have developed a D6 module that generates images based on URL passed values. Values are passed in the following pattern: http://site.com/create_image/param1/param2/param3?random_number
Where:
...
0
votes
0answers
68 views
Panopoly Demo and News
I am running a Panopoly profile for my site. It was working fine. Later I installed and enabled Panopoly News and Panopoly Demo, after which my site stops working and throwing the following error on ...
0
votes
2answers
181 views
cannot login after theme change or backup/restore
I am using Drupal 7, with VMware 5.0.1 build-894247 with Ubuntu 12.10. 2GB ram, 20GB disk, 32 bit VM, hosted by Windows 7 Enterprise.
I am developing on a team with SVN (subversion) as the source ...
-1
votes
1answer
133 views
Very large access-log file [closed]
I've been running my Drupal 7 site for a while now, and the access-log of my Apache is growing like hell. Right now, it's over 1GB in size...
Can I just delete this file and will Apache automatically ...
3
votes
1answer
34 views
is it ok to use system_check_directory in a custom module?
I love the easiness of applying system_check_directory to a form field. You just add
'#after_build' => array('system_check_directory'),
to your field definition in a form and it does it all :
...
0
votes
1answer
138 views
Cannot Logon to Drupal (“The website encountered an error while retrieving…”)
I am trying to get a new Drupal site running on Ubuntu 12.10. I believe I have what is either an Apache or permissions error. I can get to the main logon page for the site, but after entering my ...
0
votes
0answers
53 views
Drupal, Apache, and %{REQUEST_URI}
I have a live Drupal site with content at www.mysite.com/about. When trying do to an HTTPS to HTTP redirect with the following code:
RewriteEngine On
RewriteCond %{HTTPS} on
RewriteCond ...
0
votes
0answers
234 views
Drupal 7 - URL Redirection [closed]
I have searched Google all day for an example to do the following type of rewrite using an .htaccess file, but I've come up with nothing. I've read through "writing" rewrite rules, but I'm not finding ...
4
votes
1answer
89 views
Custom redirects and Drush/updates
I usually update Core with Drush, because it's so easy and wonderful, but I have a custom htaccess and it always overwrites it, forcing me to rely on a checklist where I have to go and put my custom ...
0
votes
0answers
45 views
How to find the size of each indexed documents in apache solr? [closed]
How can we find the size of individual indexed documents in apache solr?
1
vote
1answer
77 views
Omega theme showing 404 on iPhone
I have a site on my local server which is served by apache using virtual hosts. I am using an omega sub-theme. On the desktop everything works fine. I try to browse to the site via the iPhone by ...
3
votes
2answers
638 views
WAMP + Drupal 7 + High CPU + Long Page Load
We've migrated our Drupal 7 setup from one WAMP box to another. Apache and MySQL are on separate boxes. Page load times are terrible (approximately 11 seconds for each page load) additionally for one ...
1
vote
2answers
3k views
Unable to send e-mail. Contact the site administrator if the problem persists
*hostname.domain.com is substituted throughout for my actual subdomain*
My Setup
I have Drupal 7.14 on an OpenVZ VPS running Ubuntu 11.10 (also tested with 10.04). Ubuntu has installed the ...
2
votes
0answers
281 views
How to set up permissions while using dso as PHP handler?
I'm having all kinds of troubles while setting up my site online. I can't upload new modules and if I try caching this is what I get:
Warning: file_put_contents(temporary://filedwZLkV) ...
0
votes
1answer
64 views
Display homepage from other directory?
I have my Drupal installation in a sub-directory: /foo/.
A directory above /foo/ is where I have an "index.html" file containing a meta-redirect and a message saying "Click here if you're not ...
3
votes
2answers
122 views
Setting up a development environment for drupal site
I have a production site at example.com (with a subdomain multi-install) and I have been meaning to setup a development environment at beta.example.com (also having all of the multi-sites). I would ...
0
votes
1answer
208 views
Plesk servers and Drupal Apache module requirements
Recently I have leased a shared server where I manage everything via Plesk and do the nitty gritty configurations via ssh.
Plesk comes default with almost every Apache module enabled, and my ...
-1
votes
1answer
406 views
Batch jobs die with “An AJAX HTTP request terminated abnormally” error [closed]
I just set up my new environment on mountain lion using XAMPP.
When I try to run a batch job, ie. reindexing solr or updating url aliases, the batch job dies after a few seconds with the very ...
0
votes
0answers
86 views
Links not working and denied access to Phphmyadmin after switching PHP/Apache versions on development site [closed]
I have a Drupal 7 site up and running on Wampserver. Since the site is almost ready to go live, I decided to check compatibility issues by matching Wampserver's PHP and Apache versions to those of the ...
0
votes
1answer
172 views
CSS Mime Type transferred as Zip in Chrome - 15 second delay
Resource interpreted as Stylesheet but transferred with MIME type application/x-gzip: "http://www.energyjustice.net/modules/system/system.base.css?m7sb47".
I turned off the CSS aggregate and ...
1
vote
0answers
177 views
Pages hit by Boost Crawler are not being cached on Nginx Reverse Proxy
I am running an Nginx reverse proxy on port 80, with Apache behind on port 81. I do not have nginx set up to serve boost cache files, only static assets.
If I hit port 80 from my browser, or curl on ...
0
votes
1answer
41 views
Is it possible to serve a theme from outside the web root?
We have a need to keep a proprietary theme in a directory that isn't readable or writable by a client.
At the same time, the client needs to be able to do standard Drupal updates (ie, they will have ...
0
votes
1answer
145 views
Changing default file permissions for group?
I'm not super familiar with the permissions structure in Drupal 7 so I'm not sure if this is actually an Apache question or a Drupal question.
I have a style.css file in ...
0
votes
1answer
190 views
improve drupal 7 multisite performance
I think this has to be performed when the project is starting and not when the project is running, but, I don't decide that. I'm only the developer. I read a lot about performance in Drupal 7, and I ...
0
votes
1answer
320 views
Default .htaccess problem in FilesMatch
I installed Drupal 7 on a web server and can;t access the root domain.
When I comment the following lines in the .htaccess file I can load the site without any problem:
<FilesMatch ...
1
vote
1answer
215 views
Internet Explorer cannot display the page
I am working in a intranet site with Drupal 7.12. Once clicked the login button, after providing the user name and password, I am getting the following error:
Internet Explorer cannot display the ...
0
votes
5answers
3k views
500 Internal Server Error
I changed my server and when I uploaded my site this error appeared:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
...
0
votes
3answers
3k views
Fatal error: Maximum function nesting level of '100' reached, aborting! [closed]
I am receiving this error message after enabling a module. I am running Ubuntu on a Vbox. My php-apache.ini file has this line:
; Maximum input variable nesting level
; ...
0
votes
1answer
392 views
just installed 7.12 - but got stuck - how to access the backend and login
good day dear drupalers,
just installed 7.12 - but got stuck - how to access the backend. i have no glue.
see the page: http://www.boysday.org - i do not know how to proceed. how can i see the ...
0
votes
3answers
129 views
Offload cached pages to different Apache process
On our Drupal 6 and Drupal 7 sites each idle Apache process averages 60-100MB each. When the page gets loaded from cache only about 10MB is really needed, but sometimes a page is not cached yet so ...
0
votes
1answer
79 views
migrating to the webserver - what do i have to take care for?
what do i have to keep iin mind ? what do i have to take care for - especially if i have troubles with
file ownership
permissinos
if i set up a drupal-commons version 6.25 locally on my machine at ...
-1
votes
2answers
127 views
How to count the total number of cores in apache solr 3.5? [closed]
I am using apache solr 3.5 for one of my Drupal 7 sites. As per a requirement i am supposed to count the total number of cores present in the solr. I am using multicore instance. Is there any option ...
0
votes
2answers
187 views
Drupals clean-urls (.htaccess) breaks with mass vhost
Apache has a nifty mass vhost feature. Problem is, when I use this to reach my site, clean-urls stop working. Is there a way to combine this with clean urls?
<Directory ...
5
votes
2answers
2k views
Redirect /user/login to HTTPS, all other requests to HTTP
I'm using Drupal 7. The login page for my users is located at /user/login, so the default login path. I need that page to be encrypted using SSL so people aren't transmitting their passwords in the ...
0
votes
3answers
271 views
Which Apache module is required by Drupal system
Could anyone advise which Apache module is required by Drupal system?
1
vote
1answer
57 views
The development snapshot of Drupal causes error on my server
After having terrible errors with Drupal commons, I decided to install the standard version Drupal developing snapshot (from January 12th).
The original .htaccess was not acceptable; in other words, ...
2
votes
1answer
463 views
Drupal Commons site has no style after installation
Drupal Commons site has no style after installing it: It looks like campus-24.com.
Note the JavaScript and CSS files are in:
/home/vhost/WWW/campus-24.com/sites/default/files/js
...
1
vote
4answers
477 views
drupal running really slow on apache mac os x
I'm running drupal sites on my localhost with virtual host.
everything was running perfect but then it suddenly stopped working, I tried to restart apache to fix the error but still not working.
It ...
0
votes
2answers
390 views
How do I allow other files in the root directory of my Drupal site to be accessible?
Alright so I've noticed that the .txt files in the root directory of my Drupal install are accessible just using http://drupalsite.com/SOMETHING.txt, but when I try to add other .txt files, I get a ...