Questions tagged as 'apache'

1
answer

Passing variables from PHP to JS works in Windows but not in Linux

Good afternoon! I have a web application using Php on the server side, and JS on the client. The JS application sends a request to the php via ajax, the php raises an .ini and returns that value. This in Windows is working perfectly. The problem...
asked by 09.11.2016 / 20:32
1
answer

Error with webservices: javax.xml.stream.XMLStreamException

I created a webservice on java client from wsdl , on tomcat7 and axis2 When creating the class to invoke the operations (methods) of the webservice it gives me the Error:    javax.xml.stream.XMLStreamException: Message: Encoding Name...
asked by 21.10.2016 / 20:53
2
answers

Redireccinar Domain to local server apache, keeping original url in folders and subfolders

I have a free server, which I want to use to redirect to my server local apache, keeping its original url, in all my local apache server, both in folders, and in sub-folders. By using the following code it is possible to keep the origin URL but...
asked by 04.12.2016 / 23:13
1
answer

Redirect using .htaccess (Apache2)

I am using an Ubuntu server 16.04 server and it works with Apache2 I'm trying to do the following: When a user visits my url cdn.mywebsite.com the .htaccess act and return 192.168.12.14/ Visitor - > cdn.mywebsite...
asked by 26.10.2016 / 14:41
1
answer

Skin in ZIP for JW-Player does not load in Apache

I have a code, which is used to insert videos using the JWplayer player. (Flash + HTML5) It works for both Flash and HTML5. If the browser has the adobe flash player installed and also supports HTML5; The order is for the video to be played u...
asked by 22.11.2016 / 19:39
0
answers

WAMPSERVER Forbidden from another computer on the network

I have installed WAMPSERVER 2.2 I am trying to access from another client that is not localhost (since localhost works correctly), when I insert the server address the following appears:    Forbidden You have not permissi...
asked by 12.07.2016 / 20:46
2
answers

WAMP forbidden 403 when downloading a file via AJAX

When trying to download a file via ajax, apache is returning me forbidden 403, apparently that error is due to the privileges of the folder. js ajax request function Ajax() { "use strict"; var operacion = 'BackupDB'; $.ajax({...
asked by 05.07.2016 / 19:33
0
answers

Error 500 apache server

Update: here I add the log of server errors [Wed Jun 22 15:44:08 2016] [error] [client 200.232.198.193] ModSecurity: Warning. Pattern match "POST" at REQUEST_METHOD. [file "/opt/mod_security/hg_rules.conf"] [line "148"] [id "9004...
asked by 21.06.2016 / 18:47
0
answers

mysqli not Fount in wamp

Hi, I have wamp installed, but when I run a connection, it does not work for me, it says it does not work. mysqli private function connectDB(){ $this->link = new mysqli($this->host, $this->user, $this->pass, $this->dbname);...
asked by 10.09.2016 / 18:06
1
answer

Own domain without fixed IP

I bought the domain suspekain.eus in dinahosting I have ekain.duckdns.org pointing to my web server (raspberry pi) suspekain.eus redirects to ekain.duckdns.org The problem is that I want my domain to appear on my page and n...
asked by 06.03.2018 / 12:50