Questions tagged as 'apache2'

1
answer

Call to undefined function mysqli_init ()

I am using CodeIgniter with Apache 2.4, I already checked my php.ini file and it does not have commented the line of extension=php_mysqli.dll , and in the same way I check that I have installed the library and I really do not know what the...
asked by 26.10.2018 / 19:34
1
answer

Redirect Virtual Host Apache

I have two virtual hosts in my apache, example: vhost.com vhost.mx When the user enters vhost.com he has to direct me to vhost.mx from the index.php of vhost.com <?php header("Location: vhost.mx"); ?> when the index.php of vhost....
asked by 11.04.2018 / 23:12
1
answer

How to make redirects in Apache2 in Ubuntu 16.04?

I have the domains mycompany.com & mycompany.com.co Goal : I want all traffic to go only to www.mycompany.com Doubts : In which file should the redirect be located in the Virtualhost directly or in an .htaccess file? If it i...
asked by 08.04.2018 / 12:52
1
answer

Error 403 when accessing virtualhost apache

This is my virtualhost configuration: <Macro VHost $PORT $SERVERADMIN $SERVERNAME $SERVERALIAS $DOCUMENTROOT $PASS $LOG_DIR> <VirtualHost *:$PORT> ServerAdmin $SERVERADMIN ServerName $SERVERNAME...
asked by 23.02.2018 / 21:19
1
answer

I can not see the apache web server on my laptop from the Internet

Initially, I could access my Apache web server from the Internet via IP, but for several days I have not been able to access my Apache web server from the Internet. The web server is fine, I access from my own machine with localhost or the IP...
asked by 25.12.2018 / 12:10
0
answers

How to stop "httpd.serve_forever ()"

I had Apache perfectly configured and functioning. I wanted to try this script in Python: from http.server import HTTPServer, BaseHTTPRequestHandler class Serv(BaseHTTPRequestHandler): def do_GET(self): if self.path == '/':...
asked by 09.12.2018 / 23:15
0
answers

Possible PHP Error when trying to access a website by CMS Joomla

(first of all I would appreciate any type of edition in title or context since everything related to this is not conceptualized since I barely have a month of experience in these subjects) Since last Thursday I have been trying to see my webs...
asked by 29.11.2018 / 12:29
0
answers

how to make an accumulator in apache velocity

I am trying to make a simple accumulator within a foreach in apache velocity and I would not be accumulating the values .. I did not find any documentation about the scopes that manages velocity .. some example of how...
asked by 29.11.2018 / 16:57
1
answer

Publish two pages in the same web address

I have a question about an angular application either. If I have a domain that can handle more than one application, and I navigate to each application from a specific url, for example:    www.direccion.com/aplicacion1 - > to access the ap...
asked by 07.11.2018 / 15:14
0
answers

Error with Front-end / Back-end

Sorry for the question, maybe it's very annoying. I have a problem loading my Front-end page with back-end on the production server and in local mode all the perfect functional pages. The jquery script and the ajax request are not running cor...
asked by 31.10.2018 / 02:09