Most voted "apache" questions
Apache HTTP Server, commonly referred to as Apache, is an open-source HTTP server. Use this tag for software development issues that specifically involve Apache HTTP Server. Do not post Apache HTTP Server configuration and support issues, these are not within the scope of the site.
Learn more…631 questions
Sort by count of
-
1
votes1
answer62
views -
1
votes2
answers2823
viewsMaximum number of concurrent connections exceeded in Apache HTTP
I am using the Apache HTTP server 1.3.29 Currently, I have an Apache server that is showing the error: Internal Server Error 500 Exception: Ewebbrokerexception Message: Maximum number of Concurrent…
-
1
votes0
answers70
viewsContinuous delivery
Since when we develop a system in local PHP without any kind of framework just using the paradigms of Object Orientation, what is the best way to deliver this system continuously or is delivery in…
-
1
votes2
answers5249
viewsApache error on Windows 10
Well... before upgrading to win 10, apache worked just right, both with WAMP, XAMMP, Easyphp, etc.. after I upgraded to win 10 I open the xammp , and when I start Apache, I get this following error:…
-
1
votes2
answers691
viewsSlim Framework Page Not Found / Apache2
I’m using the Slim Framework managed by Composer and when typing into the URL http://localhost/app an error arises 404-Not Found, if I type http://localhost/index.php/app it works. What have I ever…
-
1
votes0
answers63
viewsError loading uwsgi - cannot be Loaded as Python module
I made the settings to work Django with Apache, but always gives the following error: cannot be Loaded as Python module My file: import os import sys…
-
1
votes1
answer267
viewsHow do you get the site to be accessed with and without "www"
my site is only accessing without the "www" within the directory of my website, there is a . htaccess with this rule: RewriteEngine on RewriteCond %{HTTP_HOST} ^subdominio\.meusite\.com$ [OR]…
-
1
votes1
answer107
viewsOffline Web application server and client application takes position
I wonder if there’s a way for a client application to take over when the server is down, like a Dropbox, for example, you can put a file, or a directory inside the folders that are synced through…
-
1
votes2
answers797
viewscase and minuscule differences in the URL
on my page, I have several images and the form that this writing on the path has uppercase and minuscule, for example, <img src="imagens/ImagemSistemaDepartamento.JPG"> needed that somehow…
-
1
votes0
answers158
viewsHow to access xampp page remotely?
I installed XAMPP on a Win2008 server R2 server in my work and released ports 80 and 443 in the firewall, the server is working fine. Now I need to access the XAMPP page remotely from my local…
-
1
votes1
answer465
viewsError installing apache2 on Ubuntu
I’m unable to install apache2 on Ubuntu. I tried this command: sudo apt-get install apache2 libapache2-mod-passenger But returns the following error at the end of the installation: Configurando…
-
1
votes1
answer642
viewsAngularjs with Single Page and Ng-View does not work properly
I am using the following material as a reference: http://tableless.com.br/criando-uma-aplicacao-single-page-com-angularjs/ I created the files with the structure presented in the material to learn…
-
1
votes1
answer125
viewsError 500 while using . htaccess
I rewrote a rule on .htaccess to remove the extension .php of my page dashboard.php but the WAMP get back to me: error 500…
-
1
votes1
answer501
viewsBy removing the index.php prefix in wampserver windows, is it possible?
It is possible to remove the prefix index.php in my local projects using wampserver?…
-
1
votes0
answers491
viewsCakephp Does Not Load Css, Javascript, and Images
I have Cakephp in version 1.3.15 installed on a Centos server and the same project that works on the Internet, the local server only loads text and nothing else. As I enable developer mode, if there…
-
1
votes2
answers275
viewsImport PHP files through the URL instead of the disk path
When I use an architecture like MVC in a PHP project separating the models, controllers, services, views often using the functions include or require the application gets lost importing the PHP…
-
1
votes0
answers128
viewsDomain with www does not work
I did an Apache setup on Digital Ocean, only the domain only works without the www. Below is my configuration: <VirtualHost *:80> ServerAdmin [email protected] ServerName dominio.com…
-
1
votes2
answers5990
viewsIs it possible to send email with xampp from a local server?
Well, from time to time, I find myself in the following situation where I cannot take the test of sites/systems that I develop. Practically always, I develop the system on my machine, to then go up…
-
1
votes1
answer40
viewsError in libpython, installing Trac, running apache 2.4
I’m installing Trac with Apche2.4 mod_python, but when I start the service the following error appears: [:error] [pid 7937:tid 140094741256064] python_init: Python version mismatch, expected…
-
1
votes0
answers51
viewsError enabling APC in local environment, using wamp 2.5, PHP 5.5.12, Apache 2.4.9 in windows 10
I’ve downloaded several Dlls but I can’t enable this extension, I’m working on an application where for N reasons I can’t give it up, usually it gives me the following Warning: Trying to use this…
-
1
votes1
answer385
viewsparse HTML as PHP with Htaccess
I have an html site and want HTML pages to be parsed as php; I’m using a . htaccess file for this. On the localhost server, it works correctly. The command is: Addhandler application/x-httpd-php .…
-
1
votes2
answers127
viewsClass that cannot be serialized
Next, I’m studying a project involving javaWeb, with jsf+primefaces. I’m using the apache tomcat 7. The problem is happening when starting the apache service to then test my application, in which…
-
1
votes1
answer7287
viewsBlock directory listing in Apache
I am developing a website where I have an administrative panel that is accessed only by those who have access. on the admin panel pages, I did the validation that checks if the user is logged in as…
-
1
votes0
answers56
viewsRedirect with . htaccess
I am using the following mod-rewrite rule RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/([^/]+)/?$ index.php?lang=$1&page=$2 [L,QSA,NC] But now I…
-
1
votes0
answers60
viewsRedirecting without www
How I proceed in the following situation: My Urls were ancient from blogger, and possessed the WWW. I went to the Wordpress and removed the WWW. Today I got a message from Google WEBMASTER: Increase…
-
1
votes1
answer112
viewsRestricting Access to php Page with Port
I am doing a login environment and I would like this page to only answer an access port previously configured as "8080". I am using an apache server and it will be installed by me on the Linux…
-
1
votes1
answer31
viewsFriendly Urls with ten error variables
When you put 10 error variables RewriteRule ^client/product/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/([a-z0-9-]+)/?$…
-
1
votes0
answers54
viewsHow can I avoid misuse of my web server?
example I have the domain http://marcaregistradanb.com and on this site I have way to 2 files one html and another jpg…
-
1
votes1
answer86
viewsHow to create a rewrite rule to read a repository from a website subdirectory
I have two folders in my root: www/Repo-sp/ www/Repo-Rj/ My virtual host (www.meusite.local) points to www/repo-sp/: When typing /rio at the end of the site, it should point to www/repo-rj/, that is…
-
1
votes1
answer89
viewsIs there any way to know if someone is referencing some file from my site in another?
i have a photo on my website logo.jpg If some smart guy uses my image that took me hours to make and use on your site in a tag there is the possibility of knowing where the source request to the…
-
1
votes1
answer1674
viewsRequest header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight
How can I eliminate this mistake? XMLHttpRequest cannot load http://www.ramosdainformatica.com.br/food/apinhac.php. Request header field Content-Type is not allowed by Access-Control-Allow-Headers…
-
1
votes0
answers81
viewsSSL on shared server
I have a shared server with several sites (all mine), where one of them has SSL certificate. However, when we type https://outrosite.com.br (com ou sem www) it displays the site you are on: (without…
-
1
votes2
answers427
viewsApache Virtual Host without Servername
I want to set up an environment where I can place my production applications (site1) and type approval (site2). So on my Ubuntu server 15.10 I rode as follows: - /var/www/html/site1 -…
-
1
votes2
answers150
viewsMap array on function return - PHP
Testing local (xampp), with the return of the function mapping an array. Example: <?php $res = $obj->Function()[0]['name']; ?> And on the production server (typical hosts) this interpolated…
-
1
votes1
answer56
viewsredirecting with htacess
Guys set up my htacess to pick up any word I type in the URL and search for the php file. It works like this: www.meusite.com.br/City and it redirects to www.meusite.com.br/Search/City.php The code…
-
1
votes0
answers124
viewsApache interpreting python script as file
I’m building a website and I want it to run a python script in the html action the issue is that my browser is interpreting the script as if it were a.py file to download <!DOCTYPE html>…
-
1
votes1
answer290
viewsError installing script on localhost
I am trying to install a script on local host, but the following error appears: Internal Server Error The server encountered an Internal error or misconfiguration and was Unable to complete your…
-
1
votes1
answer93
viewsApache2 is not accepting PUT request method
I tried to file a requisition for the guy PUT in a project of mine, but is being returned the following error: The requested method PUT is not allowed for the URL /index.php I’m using PHP to make…
-
1
votes0
answers79
viewsFile Download Ending PHP Session
I have a PHP file download system with login and session expiration in 30 minutes, at first I imagined that it was some logic error, but the system user is only dropped unexpectedly when he…
-
1
votes1
answer1813
viewsHTML/CSS Notification Basics
I’d like to know how include notifications on my sites, as basic as possible. I searched a little about it but I didn’t get any results ... I hope you can help. Beyond that doubt... I wondered if to…
-
1
votes1
answer358
viewsReactjs running in apache
I have the following structure to display the famous Hello World with reactjs: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <script…
-
1
votes1
answer88
viewsphp session is broken when soon on two sites on the same apache server
I have two sites that perform user authentication and soon after create a session for the same, the two sites access the same database and therefore the user structure returned by the instruction:…
-
1
votes1
answer142
viewsHow to increase connection time for download?
Within my project, in the .htaccess, have set the following settings, for a company file exchange system: php_value memory_limit 6000M php_value post_max_size 6000M php_value upload_max_filesize…
-
1
votes0
answers531
viewsI can access Tomcat by Lynx http://localhost:8080, but I can’t get it through the local Host browser
I’m having a problem getting Tomcat accessed by http:// from anywhere. For you to understand better: I have a CENTOS 6.6 VM and in it I installed TOMCAT 7 and JAVA 7 I restarted Tomcat and if I try…
-
1
votes2
answers1766
viewsApache PHP Server with time-consuming processes
I have an application that has some lengthy requests, I wonder if PHP how to set php to work with the best possible configuration, I wonder if while it makes this lengthy request I could make a new…
-
1
votes2
answers980
viewsHow to find (and capture) the user running PHP?
I know the command phpinfo() return that: But I want to know if there is any way to capture this information (user/group) in a variable.…
-
1
votes0
answers167
viewsError connecting to pdo_mysql when using Docker with apache and mysql
I’m using Docker with apache 5.6 + mysql: Mysql Oficial Docker PHP Official PHP - Version 5.6 I first ran the mysql image, then ran the following command line to run the apache image, linking the…
-
1
votes1
answer74
viewsHow to avoid rewriting redirects?
I have the following rule at the root: RewriteEngine On RewriteRule ^webapp/(.*)$ ./sistema/public/v1/webapp/$1 [L,R=301] The problem is that when I type in the browser:…
-
1
votes1
answer163
viewsapt - Apache2 package does not have "apache2.conf" file
I recently started using Ubuntu 16.04 I’m following this tutorial to install the LAMP. sudo apt-get install apache2 After encountering several errors, I realized that the package is coming without…
-
1
votes0
answers789
viewsProblem with extension of Postgres PDO
Use apache+php7+postgres on Ubuntu and it works well. But now wanted to do the installation by hand on Windows 8.1 and found a problem: I installed Apache 2.4, PHP 7.1, and Postgres. Apache worked…