Questions tagged [apache2-module]

71 questions
0
votes
1 answer

Restart apache2 on Debian 8

I have ISPConfig3 configured on my dedicated server with a created website on it. When I try to restart my apache2 service with /etc/init.d/apache2 restart or service apache2 restart my website display a 403 error with You don't have permission to…
Geetix
  • 155
  • 1
  • 2
  • 13
0
votes
1 answer

Can an Apache module inject configuration in runtime?

I wonder if it's possible for an Apache module to change global config structures. What I want to achieve is injecting new vhosts without Apache restart. Of course I'm aware that the changes would fully take effect after all workers have recycled,…
GDR
  • 2,301
  • 1
  • 21
  • 26
0
votes
1 answer

Windowless OpenGL Context in Apache2 Module

I'm trying to develop an Apache2 module that utilizes OpenGL to perform off-screen rendering and dynamically generate images that I can then send back to the client. Apache2 is running on an Ubuntu 12.04 machine and I created a test module that…
informer2000
  • 399
  • 6
  • 20
0
votes
1 answer

How can you use autoconf to check if member of httpd.h typedef structure exists

How do I make GNU autoconf script to test for typedef struct members using APXS as the compiler? I have defined the following tests but the results are not what I'm expecting... AC_CHECK_MEMBER(struct conn_rec.remote_ip, define…
Ralph Ritoch
  • 3,260
  • 27
  • 37
0
votes
1 answer

Apache2: Change response headers

I'm running on my ubuntu 12.04 system apache2 and playing around with response headers. I want to change the behavior of http response headers, especially the Content-Length header. I've tried adding following lines in my apache2.conf in the…
psm1k3
  • 23
  • 1
  • 1
  • 4
0
votes
1 answer

Set PHP's open_basedir for all users' public_html via mod_userdir

I have an Apache 2 web server that allows access to the public_html directory for each user via mod_userdir, like this: UserDir public_html UserDir disabled root # [*]…
oliphaunt
  • 137
  • 5
0
votes
1 answer

Using Restlet with Apache2

I'm a newbie here..I'm trying to build a simple single page web application for now I am using apache 2 http server to serve the front end stuff(html/js/css/imgs..) and using a jar that uses Restlet2.0 on port 8015 to provide APIS for Ajax calls…
Matthew Yang
  • 605
  • 1
  • 13
  • 23
0
votes
1 answer

Is Apache::Request (old perl/apache) the same as HTTP::Request (new perl/Apache)?

Hello Perl warriors. I'm totally new to the language and have been placed on a interesting project of porting an application that was originally written for Apache 1.3 (and the older Perl), to RHEL / CentOS 6 with Apache 2.2.x and mod_perl. As for…
Mike Broyles
  • 119
  • 1
  • 1
  • 8
-1
votes
1 answer

How do I get the status code 307 instead of 200? I am using apache2 in ubuntu 18.04

Below is my conf file: ServerAdmin webmaster@localhost DocumentRoot /var/www/html/kiran RewriteEngine On RewriteCond %{DOCUMENT_ROOT}/index.html -f RewriteCond %{SCRIPT_FILENAME} !index.html RewriteRule…
-1
votes
1 answer

Configuring the apache2.conf to handle concurrent request

I have Apache installed on Hyper-V Ubuntu system. Currently, 2GB RAM allotted to the vm machine. I have heavy PHP service uploaded to Apache which typically handle the 1000 max concurrent request at single instance of time. I need a help to setting…
AJ101
  • 69
  • 1
  • 8
-2
votes
1 answer

Linux Ubuntu apache2 config

I have a question about the apache2 config on Linux. can someone give me the content and location for the apache2 config file in Ubuntu18.04? I have problems, because the .htaccess files are not processed( routing and indexing). Thank you for your…
User2047
  • 1
  • 1
1 2 3 4
5