apache2 Questions

2

Solved

I need to get dynamically the current directory in which my .htaccess file is located. Is that possible ? (A variable maybe ?). Something like : %{SCRIPT_FILENAME} Thank you in advance. EDIT : I...
Prussia asked 4/3, 2013 at 10:45

5

I'm doing infrequent development with Apache/PHP on my Windows machine so I've opted to run apache as a console process instead of a service. It would be nice if errors could be logged to the conso...
Forta asked 27/4, 2010 at 23:27

3

Solved

On my website I have an /upload dir. And I don't want people to see a list of the content in the dir (the files in it can still be viewed) - so to me the following error message is not an error. I...
Glockenspiel asked 19/1, 2017 at 13:12

5

Solved

I am trying to generate an XML file in a PHP web application: <?php ... header('Content-Type: application/xml'); header('Content-Disposition: attachment; filename=test.xml'); echo "<?xml ve...
Westwardly asked 22/3, 2013 at 19:20

9

Solved

I created a login page with codeigniter,but i get the php message. Message: ini_set(): A session is active. You cannot change the session module's ini settings at this time how to fix this? vie...
Deron asked 28/9, 2015 at 2:23

4

Solved

I have Apache/SVN running on Windows Server 2003 with authentication via LDAP/Active Directory and a flat-file. It's working great except that any LDAP user can access everything. I'd like to be a...
Kaine asked 27/1, 2009 at 18:1

3

Solved

I've developed an api using fastapi that will act as a wrapper that receives sms requests and call the sms api to send said sms and now I'm ready to deploy it. This is the code: import logging imp...
Disinfect asked 29/6, 2021 at 15:35

8

Solved

I am trying to create a web server on my ubuntu 18.04 so i installed Apache2 but i can't start it. Here's what appeared when i run the systemctl status apache2.service command apache2.service - ...
Mccary asked 22/2, 2020 at 13:21

9

Solved

UPDATE** The screenshot is within atom, but when I navigate to the directory using the file explorer, and right click, the option to rename or create a new folder are restricted and I cannot click...
Shelley asked 16/5, 2018 at 19:33

8

Solved

I'm having a hard time integrating angulars service worker into my application. I followed the guide and it works so far. I can create a shortcut on my homescreen and launch into my app. The proble...
Vail asked 21/6, 2018 at 12:44

11

Solved

This is an issue I've been having for a long time. I want to run PHP applications on my windows computer and it has a terribly high load time, around 10-25 seconds. I have tried many things: Firs...
Slopwork asked 24/3, 2012 at 19:34

8

I have an application in PHP which returns me: [Thu Oct 05 22:10:59.351244 2017] [proxy_fcgi:error] [pid 3733:tid 139869435164416] (70007)The timeout specified has expired: [client IPADDRESS HIDDE...
Odette asked 5/10, 2017 at 21:2

4

Solved

I have Install php 7.3 and apache2 but when I try to start apache2 , I have this error : service apache2 start apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line...
Interinsurance asked 10/7, 2019 at 9:38

2

I have a Django app and I'm trying to secure my SECRET_KEY using dotenv. manage.py runserver works just fine but the site hosted with apache2 does not work and apache give me the error log: mod_wsg...
Commutator asked 7/9, 2020 at 21:31

3

I try to use the Gitlab Workflow plugin for VS Code. Unfortunately it does not find my project. I debugged it and found that it calls https://mydomain/gitlab/api/v4/projects/mygroup%2Fmyproject and...
Irrepealable asked 24/7, 2020 at 12:50

32

Solved

I get this error when trying to access localhost via a browser. AH01630: client denied by server configuration I checked my site folder permissions using: sudo chmod 777 -R * Here is my confi...
Circuitry asked 23/8, 2013 at 0:13

9

Solved

I want change the limit of PHP upload file's size And this is some information of the output my phpinfo: Configuration File (php.ini) Path /etc/php5/apache2 Loaded Configuration File /etc/php5/apac...
Dustindustman asked 26/7, 2012 at 4:20

3

Solved

I install apache2 on ubuntu 18.04. This is fresh install with all default configuration. I tried to start apache2 but failed. And this is what I see. # systemctl status apache2.service ● apache2...
Stenography asked 11/3, 2020 at 16:21

14

Solved

Does anyone know what this error message on WordPress means? Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page. I c...
Bema asked 26/1, 2020 at 4:28

6

Solved

I'm trying to figure out what is the full complete configuration of an httpd setup. All the configurations files are scattered in different files (/etc/httpd/conf.d, httpd.conf, various mod confi...
Uncial asked 26/11, 2014 at 15:29

15

I am trying to upload 30MB file on my server and its not working. When I upload 30MB file, the page loads "Page Not Found" When I upload a 3MB file, I receive "413 Request Entity Too Large" with ...
Trichoid asked 19/6, 2014 at 12:12

7

Solved

I'm running ubuntu 13.04 64bit on my desktop, I installed Apache2, MySQL and PHP etc. I wanted to have my web root in /home/afflicto/public_html instead of /var/www. So I went along with this guide...
Bcd asked 14/7, 2013 at 3:58

4

Solved

I have an Apache 2.2.21 server installed on my Windows 7 machine. My site is up and my scripts from /scripts subdirectory are working but when I try to load icons from /icons I get a 403 forbidden ...
Kale asked 11/12, 2011 at 21:36

5

Solved

I have developed a website in Django, and now it must go into production. This i want to do with mod_wsgi and apache2. Unfortunately i get the error 'Couldn't find package libapache2-mod-wsgi' when...
Hathorn asked 17/1, 2010 at 16:59

16

Solved

I have just installed Apache 2.2.17, and I am using it for the first time. Now when I try to start the server using the command service httpd start it gives me the message: httpd: Could not reliab...
Sher asked 2/5, 2011 at 10:46

© 2022 - 2025 — McMap. All rights reserved.