Re: The file "httpd-xampp. It's like porn for programmers. January i cant find the directory apache is there any possibility that this directory is somehow hidden from my ftp client or the admin of the network that xampp is setup deleted that directory? Yes my xampp is connected to the internet. January inside my xampp folder i can see the following folders and dirs perlinfo. TTF adodb. January Thats not the correct xampp folder. To be clear, there are two xampp folders.
You just have access to the second one. Contact your server admin which has setuped your server with your problem to access phpmyadmin from outside. January So i have to ask access to the first xampp folder.. The instalation one.. Also, note that there is a graphical tool that you can use to manage your servers easily.
You can start this tool with the following commands:. LAMPP stopped. XAMPP is not meant for production use but only for development environments. For development environments, this is great but in a production environment, it could be fatal. An Apache daemon is already running.
This error can exist for multiple reasons. Apache displays this error under several circumstances. To find the exact reason, you have to do some research:. That's normal Linux behaviour which applies to any other Unix-like system. It's the admin's job to make sure a particular application is started at bootup. There is no real standard way to configure the boot process of a Linux system, but most of them should allow you to start XAMPP at boot time using the following steps.
If your Linux distro uses "chkconfig" tool to install the services you can run the following commands:. Do you want me to turn it off? The user name is 'lampp'! OCI8 add-on activation likely successful. That's a special problem with some Linux systems. You are strongly advised to only allow access from localhost. A remote attacker could take advantage of any existing vulnerability for executing code or for modifying your data.
Instead, try Require ip xxx. You can block a port using iptables , which is quite secure considering it's on OS level:.
After a little experimentation with this, I have discovered the nuance that makes this the correct answer, which is specific to Apache 2. What this means is that if you are migrating from Apache 2. If, however, you perform a new install of 2. With GlassFish you can define an alternate document root to serve files from outside the war. From the documentation:. An alternate document root docroot allows a web application to serve requests for certain resources from outside its own docroot, based on whether those requests match one or more of the URI patterns of the web application's alternate docroots.
This property can be a subelement of a sun-web-app element in the sun-web. For more information about these elements, see sun-web-app in Oracle GlassFish Server 3.
0コメント