Questions tagged as 'apache'

1
answer

AngularJS with Single Page and Ng-View does not work correctly

I am using the following material as a reference: link I have created the files with the structure shown in the material to learn about the routes that AngularJS makes available and I am putting the files in the Apache root directory and...
asked by 14.10.2015 / 01:36
1
answer

Slim Framework Page Not Found / Apache2

I'm using the Slim Framework managed by Composer > and typing in the URL http://localhost/app causes a 404-Not Found error, if I type http://localhost/index.php/app it works. What have I done? Add AllowOverride All...
asked by 17.09.2015 / 23:07
1
answer

Error installing apache2 on Ubuntu

I am unable to install apache2 on Ubuntu. I tried this command: sudo apt-get install apache2 libapache2-mod-passenger However, it returns the following error at the end of the installation: Configurando libapache2-mod-passenger (4.0.37-2)...
asked by 17.11.2015 / 20:14
1
answer

Maximum body size of a POST request

I have an APP that sends data via POST to a WEBSERVICE. The problem is that I have a BLOB field (the data inside it is gigantic) and I get to send more or less 30 records per request. My question is, is there a maximum amount of data I can send...
asked by 02.08.2017 / 13:31
1
answer

How to make website accessible with and without "www"

My site is only accessing without the "www" inside the directory of my site, has a .htaccess with this rule: RewriteEngine on RewriteCond %{HTTP_HOST} ^subdominio\.meusite\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.subdominio\meusite\.com$ Rewr...
asked by 27.09.2015 / 08:54
1
answer

How do I modify a url with .htacess? [duplicate]

I have the url example.com/photo I would like to modify it for example.com/picture Note I have access to .htacess and apache modules.     
asked by 09.02.2015 / 04:22
1
answer

You can get the error number returned by the page

I created a page (following the one taught in this page / a> error) for Error 404, but in this way it would have to make an error page for each HTTP Status, so I would like to do a webpage where it would be possible to get the possible HTTP he...
asked by 22.04.2015 / 16:50
1
answer

How do I send errors and exceptions to the main output?

I'm using Ruby 2.1 32 bit. Interpreting scripts as CGI by Apache 2. Through Local IP. I'm in a process of migrating multiple scripts in PHP to Ruby. During the process of writing code, several times error both in typing and some new concep...
asked by 23.04.2015 / 17:37
1
answer

How to configure in apache HTTPS for a specific page and HTTP for the others?

I need a specific page to work via HTTPS with a specific certificate. How to configure the httpd.conf, httpd-ssl and httpd-vhosts.conf files in apache? Do you have any other files to modify?     
asked by 20.08.2014 / 15:41
2
answers

How do I configure HHVM for an apache compiled manually?

During the Ubuntu 12.04 upgrades, HHVM was updated and then asked to run the fast_cgi install command. However when running I received the following error: ➜ ~ sudo /usr/share/hhvm/install_fastcgi.sh Checking if Apache is installed...
asked by 29.03.2014 / 01:32