skip to Main Content

Apache – Lots of httpd processes

My apache server on CentOS7 spawns a lot of processes that consumes server resources, and the log shows a lots of: "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)" There was a suggestion, that this…

VIEW QUESTION

Exception creating new Maven project in Apache Netbeans9

I faced this exception when I create a new maven project in Apache Netbeans9, I'm using Java10. Here is the exception text: java.lang.IllegalArgumentException: Key contains code point U+0000 at java.prefs/java.util.prefs.AbstractPreferences.get(AbstractPreferences.java:296) at org.netbeans.modules.maven.queries.MavenFileOwnerQueryImpl.registerCoordinates(MavenFileOwnerQueryImpl.java:153) at org.netbeans.modules.maven.ProjectOpenedHookImpl.registerWithSubmodules(ProjectOpenedHookImpl.java:431) at org.netbeans.modules.maven.ProjectOpenedHookImpl.projectOpened(ProjectOpenedHookImpl.java:138) at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:60) [catch] at…

VIEW QUESTION

laravel and apache mod_status

I have enabled Apache mod_status on my server: OS: centos 6 Server version: Apache/2.2.15 (Unix) php version 7.1 I get a 404 error page for example.com/server-status as i dont know how can i serv this route, with laravel(5.2) route api…

VIEW QUESTION
Back To Top
Search