Questions tagged as 'apache'

1
answer

Block file download via PHP script

Hello, I'm having trouble downloading some files. I suspect someone on the team is 'inputting' a php script that downloads files from the server (such as bd configurations in production). I wonder if it is possible to block the download via s...
asked by 03.08.2018 / 19:28
0
answers

Problems migrating a site in CakePHP between servers

I am trying to migrate the site between servers, however to validate the functioning of the site, I downloaded and I am trying to install in Wamp . I have no experience with framework Cake . I have already deleted the files in the...
asked by 27.09.2016 / 02:10
0
answers

Apache does not load PHP module

I'm following this article to configure Apache and PHP: Installing and Configuring the PHP Development Environment - Part 2 I've already set up the php.ini and link and the php5apache2_4.dll DLL is in its place, however it is retur...
asked by 24.09.2015 / 19:28
0
answers

Error installing libapache2-mod-passenger on Ubuntu

I am unable to install libapache2-mod-passenger on Ubuntu. I tried this command: sudo apt-get install libapache2-mod-passenger However, it returns the following error: Action 'configtest' failed. The Apache error log may have more informa...
asked by 20.11.2015 / 00:38
0
answers

Cache: How to use mod_headers

I have a Nginx server in a shared environment where it is not possible to enable max-age because it is part of mod_expires , which is only available in a dedicated environment. I was instructed by the support to use mod_head...
asked by 15.10.2015 / 05:24
0
answers

How do I allow users to use their own domains as their profile URLs?

I have a website where each user has a profile with a URL of type www.site.com/username123 . Now I want to allow each user to use their own domain as www.username123.com that points to their profile. Tumblr does exactly what I wa...
asked by 30.06.2015 / 02:15
1
answer

Subdomain created by user

I'm developing a user area system, when registering, this user will have their area with their subdomain, chosen by him. Doubt: How to make this registry subdomain, since it will not have access to cPanel. I've seen this on gringo site....
asked by 10.06.2015 / 21:01
1
answer

Accentuation with most up-to-date server problems [duplicate]

I have 2 servers with the following settings: Server 1:    PHP 5.3.10   Apache 2.2.22   MySql 5.5.43   Ubuntu 12.04.5 LTS Server 2:    PHP 5.6.9   Apache 2.4.7   MySql 5.5.43   Ubuntu 14.04.2 LTS I'm using the Yii fr...
asked by 16.06.2015 / 15:18
1
answer

Accessing the windows server folder by PHP on Linux

We have an intranet developed in PHP that is inside a Linux server with apache. I need to access a folder that is on another server and that server is Windows. Is there any way to do this?     
asked by 14.07.2015 / 13:41
0
answers

How to configure Apache via command line?

I wonder if it is possible to configure Apache using command line (Terminal). So far, the best I can do is to run the command apachectl -S which returns me the settings, but that returned value is not very friendly. Is there any way to ge...
asked by 19.05.2015 / 18:14