Questions tagged as 'localhost'

0
answers

Local server for remote server

I have a multi-user mobile application that I want to test. Currently, I have server-side only locally using MAMP (Apache, PHP and MySQL). I want to rent a remote server (probably Linux), and configure it to receive remote access. So, h...
asked by 15.02.2017 / 19:32
1
answer

Jupyter notebook and Pyspark

The problem is this: When I enter Jupyer notebok with the command $ pyspark I create a new notebook and type: print(sc) it returns me the following error: NameError Traceback (most recent call last) <ipython-input-1-01cf0a34ba...
asked by 09.01.2017 / 20:28
0
answers

PHP Access-Control-Allow-Origin - CORS - Localhost

I'm trying to access a localhost application by another application that is also local, but on another IP and port and I can not at all. I've tried it all the way and the error mesangem always appears:    XMLHttpRequest can not load link . I...
asked by 29.12.2016 / 12:08
1
answer

Calling files on localhost

I installed a script made in codelgniter in localhost, but the site is completely unformatted and no functions are working, I believe it is not not making the correct call of css, js files. <link rel="shortcut icon" type="image/png" href="h...
asked by 28.08.2016 / 03:49
1
answer

how to allow access in .htaccess file [duplicate]

My ".htaccess" looks like this: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?/$1 [L] RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCo...
asked by 26.08.2016 / 00:50
1
answer

Crash when editing my.cnf - MySQL

Whenever I try to do the adjustment of the variables in Ubuntu by editing my.cnf located in etc / mysql / my.cnf and restart the system, crashes related to connection failure Can not connect to local MySQL server through socket '/v...
asked by 18.01.2016 / 19:31
0
answers

Glassfish: Trying to access the server through HTTPS

I have Glassfish 4.0 running on my local machine. I then tried to add an http listener, as follows: asadmin> create-http-listener --listeneraddress 127.0.0.1 --listenerport 80 --securityenabled=true --default-virtual-server server --listene...
asked by 31.10.2015 / 19:17
1
answer

MySQL Execution Error - XAMPP

I'm trying to create a localhost with xampp , but MySQL does not start. Give this log mysql_error.log: 2015-11-10 15:26:56 10fc InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in fu...
asked by 05.09.2018 / 23:29
1
answer

PHP - Unknown: failed to open stream [closed]

Well, I created a basic program that returns two variables in PHP , but I'm having some errors when trying to 'run' the program through WampServer . As I'm using WampServer , I've created a folder called curso inside the www...
asked by 20.11.2017 / 05:44
1
answer

Slow page loading locally after configuring virtual hosts

Greetings, I'm having trouble loading pages on my local server. This problem happened after I set up 3 virtual hosts, and when I try to load my page through it, it takes a LOT to load. Could someone please help me?     
asked by 25.01.2018 / 21:47