Tagged Questions
0
votes
0answers
16 views
Tool or method to measure IO performance, specifically writev and sendfile
I would like to know if anyone can recommend me a tool to measure the performance of writev and sendfile on apache. I have been searching the web but have not found any tool that measures them ...
0
votes
1answer
17 views
Web browser not displaying the index.html in the htdocs directory - Apache
The installation path of my Apache web server is /usr/local/apache2.
I start the server using a apachectl start command and when i type localhost in my Web Browser it displays a Apache 2 Test Page ...
0
votes
0answers
13 views
How to run pythontutor on apache webserver?
does anybody know how to make pythontutor (http://www.pythontutor.com/ , https://github.com/pgbovine/OnlinePythonTutor/) work on a home LAN with apache2 webserver?
I tried to play with the default ...
0
votes
1answer
48 views
.htaccess password protect and mod rewrite in same file [closed]
I’d like to protect a development directory of my site using a .htaccess file whilst also using the .htaccess file to allow mod rewrite.
However, I’m getting a standard apache2 error page when using ...
1
vote
1answer
974 views
APC and child pid XXXXX exit signal Segmentation fault [closed]
First I had xCache installed on server, I had xCache on lot of my servers but in this one after couple of days you go nothing except a blank page with this error in apache error log:
child pid XXXXX ...
-1
votes
1answer
48 views
Access a virtual host directory remotely via url [closed]
I have a LAMP stack using virtual hosts to serve multiple websites, each with different domains, each site is within its own directory in a public folder.
I've created a new directory to hold files ...
0
votes
1answer
105 views
mod_evasive module DOSSystemCommand and DOSEmailNotify option are not working
I have installed apache2 with mod_evasive module on Ubuntu 10.04 and I would like to get an email alert whenever mod_evasive blacklist an IP. For that I have mentioned my email address in ...
2
votes
1answer
278 views
nginx as reverse proxy for runining apache
I have some trouble configuring nginx as reverse proxy.
It is good to say I have a VPS with kloxo and webmin installed and running multiple domains on my VPS.
I have installed nginx via REPEL and ...
4
votes
1answer
4k views
Apache2 config file path on Ubuntu. [closed]
can someone tell me the path of the Apache2 config file on Ubuntu. Thanks!
-1
votes
1answer
27 views
Change Apache2 server directory [closed]
I have recently just started ubuntu on my virtual machine. I am new to linux.
I intend to temporarily host my development website on there
I have gotten the FTP to work
I have Apache2 installed and ...
0
votes
1answer
56 views
Limitations of linux Apache Web Server and how it is related with Processor and Ram
How to Calculate the maximum capacity of a Linux Apache web server, ie) To serve maximum request parallel.
Or
To perform "N" request parallely, what is the configuration required?
I need to ...
0
votes
1answer
110 views
MySQL deactivated in Lampp, Xampp on Linux 12.04
I have freshly installed xampp-linux-1.8.1 on my Ubuntu 12.04 (Mint 13 maya) Operating system.
When run lampp, I get :
/opt/lampp/lampp start
Starting XAMPP for Linux 1.8.1...
XAMPP: XAMPP-Apache is ...
0
votes
1answer
89 views
Setting up httpd.conf for Rails App
I'm trying to move a Rails app from Heroku to Amazon EC2, and I've never worked on a server before let alone on Linux or using Apache. Along with Apache, I'm using the Thin gem. I tried to configure ...
1
vote
1answer
232 views
Problems installing php5 from source in Ubuntu [closed]
This question is closed because it's offtopic. I've posted again in http://serverfault.com/questions/481032/problems-installing-php5-from-source-in-ubuntu. Excuse me for the inconveniences.
I've been ...
0
votes
1answer
71 views
custom apache2 module will not load with error message “Can't locate API module structure”
I'm a windows developer but now trying to build a very simple apache2 module on linux using apxs2 tool as described in this article: ...