unable to install supla cloud server on xampp local host

Post Reply
hirdeshsaxena112
Posts: 18
Joined: Fri Jun 16, 2017 1:48 am

i have downloaded supla cloud 2.0.0
put on xampp htdocs folder
created database in the name of symfony that is it but getting internal server error.
what to fill in below file








# This file is a "template" of what your parameters.yml file should look like
parameters:
database_driver: pdo_mysql
database_host: 127.0.0.1
database_port: ~
database_name: symfony
database_user: root
database_password: ~
# You should uncomment this if you want use pdo_sqlite
# database_path: "%kernel.root_dir%/data.db3"

mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: ~
mailer_password: ~
mailer_port: 465
mailer_encryption: ssl
mailer_from: ~
admin_email: ~
supla_server: ~
supla_server_list: ~

ewz_recaptcha_public_key: ~
ewz_recaptcha_private_key: ~

locale: en

use_webpack_dev_server: false

# A secret key that's used to generate certain security-related tokens
secret: ThisTokenIsNotSoSecretChangeIt
User avatar
pzygmunt
Posts: 18284
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

Any logs ?
hirdeshsaxena112
Posts: 18
Joined: Fri Jun 16, 2017 1:48 am

[Mon Jun 19 16:20:10.097330 2017] [ssl:warn] [pid 8948:tid 316] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:20:10.500330 2017] [ssl:warn] [pid 8948:tid 316] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:20:12.206330 2017] [mpm_winnt:notice] [pid 8948:tid 316] AH00455: Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.4 configured -- resuming normal operations
[Mon Jun 19 16:20:12.206330 2017] [mpm_winnt:notice] [pid 8948:tid 316] AH00456: Apache Lounge VC14 Server built: Dec 17 2016 10:42:52
[Mon Jun 19 16:20:12.206330 2017] [core:notice] [pid 8948:tid 316] AH00094: Command line: 'c:\\x2\\apache\\bin\\httpd.exe -d C:/x2/apache'
[Mon Jun 19 16:20:12.218330 2017] [mpm_winnt:notice] [pid 8948:tid 316] AH00418: Parent: Created child process 2664
[Mon Jun 19 16:20:12.784330 2017] [ssl:warn] [pid 2664:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:20:13.022330 2017] [ssl:warn] [pid 2664:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:20:13.277330 2017] [mpm_winnt:notice] [pid 2664:tid 328] AH00354: Child: Starting 150 worker threads.
[Mon Jun 19 16:46:29.924330 2017] [ssl:warn] [pid 8012:tid 316] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:46:30.048330 2017] [core:warn] [pid 8012:tid 316] AH00098: pid file C:/x2/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 19 16:46:30.159330 2017] [ssl:warn] [pid 8012:tid 316] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:46:30.500330 2017] [mpm_winnt:notice] [pid 8012:tid 316] AH00455: Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.4 configured -- resuming normal operations
[Mon Jun 19 16:46:30.500330 2017] [mpm_winnt:notice] [pid 8012:tid 316] AH00456: Apache Lounge VC14 Server built: Dec 17 2016 10:42:52
[Mon Jun 19 16:46:30.500330 2017] [core:notice] [pid 8012:tid 316] AH00094: Command line: 'c:\\x2\\apache\\bin\\httpd.exe -d C:/x2/apache'
[Mon Jun 19 16:46:30.534330 2017] [mpm_winnt:notice] [pid 8012:tid 316] AH00418: Parent: Created child process 6868
[Mon Jun 19 16:46:31.104330 2017] [ssl:warn] [pid 6868:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:46:31.293330 2017] [ssl:warn] [pid 6868:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:46:31.588330 2017] [mpm_winnt:notice] [pid 6868:tid 328] AH00354: Child: Starting 150 worker threads.
[Mon Jun 19 16:55:12.614330 2017] [authz_core:error] [pid 6868:tid 1696] [client ::1:57771] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 16:55:12.624330 2017] [authz_core:error] [pid 6868:tid 1696] [client ::1:57771] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 16:55:18.973330 2017] [php7:error] [pid 6868:tid 1696] [client ::1:57771] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Routing\\Router.php:155\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Routing\\Router.php(163): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Routing\\Router.php(99): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\vendor\\symfony\\symfony\\src\\Symfony\\Bundle\\FrameworkBundle\\Routing\\Router.php(55): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection)) in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 16:58:01.382530 2017] [authz_core:error] [pid 6868:tid 1660] [client ::1:57883] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 16:58:01.393530 2017] [authz_core:error] [pid 6868:tid 1660] [client ::1:57883] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 16:58:06.644730 2017] [php7:error] [pid 6868:tid 1660] [client ::1:57883] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 16:59:36.538930 2017] [php7:error] [pid 6868:tid 1660] [client ::1:57918] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 16:59:53.065730 2017] [ssl:warn] [pid 6340:tid 316] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:59:53.143730 2017] [core:warn] [pid 6340:tid 316] AH00098: pid file C:/x2/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 19 16:59:53.268530 2017] [ssl:warn] [pid 6340:tid 316] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:59:54.001730 2017] [mpm_winnt:notice] [pid 6340:tid 316] AH00455: Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.4 configured -- resuming normal operations
[Mon Jun 19 16:59:54.001730 2017] [mpm_winnt:notice] [pid 6340:tid 316] AH00456: Apache Lounge VC14 Server built: Dec 17 2016 10:42:52
[Mon Jun 19 16:59:54.001730 2017] [core:notice] [pid 6340:tid 316] AH00094: Command line: 'c:\\x2\\apache\\bin\\httpd.exe -d C:/x2/apache'
[Mon Jun 19 16:59:54.001730 2017] [mpm_winnt:notice] [pid 6340:tid 316] AH00418: Parent: Created child process 3224
[Mon Jun 19 16:59:54.612130 2017] [ssl:warn] [pid 3224:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:59:54.846130 2017] [ssl:warn] [pid 3224:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 16:59:54.892930 2017] [mpm_winnt:notice] [pid 3224:tid 328] AH00354: Child: Starting 150 worker threads.
[Mon Jun 19 17:00:03.649530 2017] [php7:error] [pid 3224:tid 1700] [client ::1:57937] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:00:32.606530 2017] [php7:error] [pid 3224:tid 1700] [client ::1:57945] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:00:36.981330 2017] [authz_core:error] [pid 3224:tid 1700] [client ::1:57945] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 17:00:36.989330 2017] [authz_core:error] [pid 3224:tid 1700] [client ::1:57945] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 17:00:39.388330 2017] [php7:error] [pid 3224:tid 1700] [client ::1:57945] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:03:28.521330 2017] [php7:error] [pid 3224:tid 1692] [client ::1:58081] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:05:41.753330 2017] [php7:error] [pid 3224:tid 1668] [client ::1:58163] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:05:46.141330 2017] [authz_core:error] [pid 3224:tid 1668] [client ::1:58163] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 17:05:46.153330 2017] [authz_core:error] [pid 3224:tid 1668] [client ::1:58163] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 17:05:48.763330 2017] [php7:error] [pid 3224:tid 1668] [client ::1:58163] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:08:02.723330 2017] [php7:error] [pid 3224:tid 1668] [client ::1:58202] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:08:04.503330 2017] [php7:error] [pid 3224:tid 1668] [client ::1:58202] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:08:57.057330 2017] [php7:error] [pid 3224:tid 1676] [client ::1:58263] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:11:15.912330 2017] [php7:error] [pid 3224:tid 1676] [client ::1:58373] PHP Fatal error: Uncaught Symfony\\Component\\DependencyInjection\\Exception\\RuntimeException: The container parameter "supla_server", used in the route configuration value "%supla_server%", must be a string or numeric, but it is of type NULL. in C:\\x2\\htdocs\\var\\cache\\prod\\classes.php:1984\nStack trace:\n#0 [internal function]: Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->Symfony\\Bundle\\FrameworkBundle\\Routing\\{closure}(Array)\n#1 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1990): preg_replace_callback('/%%|%([^%\\\\s]++)...', Object(Closure), '%supla_server%')\n#2 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1950): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolve('%supla_server%')\n#3 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1928): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->resolveParameters(Object(Symfony\\Component\\Routing\\RouteCollection))\n#4 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1708): Symfony\\Bundle\\FrameworkBundle\\Routing\\Router->getRouteCollection()\n#5 C:\\x2\\htdocs\\var\\cache\\prod\\classes.php(1660): Symfony\\Component\\Routing in C:\\x2\\htdocs\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\DBALException.php on line 107, referer: http://localhost/
[Mon Jun 19 17:22:47.881443 2017] [authz_core:error] [pid 3224:tid 1692] [client 127.0.0.1:58600] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 17:22:47.889443 2017] [authz_core:error] [pid 3224:tid 1692] [client 127.0.0.1:58600] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 17:23:32.065861 2017] [authz_core:error] [pid 3224:tid 1676] [client ::1:58631] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 17:23:32.072861 2017] [authz_core:error] [pid 3224:tid 1676] [client ::1:58631] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 17:24:51.573199 2017] [ssl:warn] [pid 6364:tid 320] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 17:24:51.698211 2017] [core:warn] [pid 6364:tid 320] AH00098: pid file C:/x2/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 19 17:24:51.835225 2017] [ssl:warn] [pid 6364:tid 320] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 17:24:53.953437 2017] [mpm_winnt:notice] [pid 6364:tid 320] AH00455: Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.4 configured -- resuming normal operations
[Mon Jun 19 17:24:53.953437 2017] [mpm_winnt:notice] [pid 6364:tid 320] AH00456: Apache Lounge VC14 Server built: Dec 17 2016 10:42:52
[Mon Jun 19 17:24:53.953437 2017] [core:notice] [pid 6364:tid 320] AH00094: Command line: 'c:\\x2\\apache\\bin\\httpd.exe -d C:/x2/apache'
[Mon Jun 19 17:24:53.960437 2017] [mpm_winnt:notice] [pid 6364:tid 320] AH00418: Parent: Created child process 7288
[Mon Jun 19 17:24:54.438485 2017] [ssl:warn] [pid 7288:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 17:24:54.648506 2017] [ssl:warn] [pid 7288:tid 328] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Jun 19 17:24:54.746516 2017] [mpm_winnt:notice] [pid 7288:tid 328] AH00354: Child: Starting 150 worker threads.
[Mon Jun 19 17:30:21.322715 2017] [authz_core:error] [pid 7288:tid 1684] [client ::1:58847] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 17:30:21.337715 2017] [authz_core:error] [pid 7288:tid 1684] [client ::1:58847] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 17:30:32.737715 2017] [authz_core:error] [pid 7288:tid 1684] [client ::1:58852] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 17:30:32.744715 2017] [authz_core:error] [pid 7288:tid 1684] [client ::1:58852] AH01630: client denied by server configuration: C:/x2/htdocs/src/
[Mon Jun 19 17:53:46.848715 2017] [authz_core:error] [pid 7288:tid 1696] [client ::1:59415] AH01630: client denied by server configuration: C:/x2/htdocs/app/
[Mon Jun 19 17:53:46.879715 2017] [authz_core:error] [pid 7288:tid 1696] [client ::1:59415] AH01630: client denied by server configuration: C:/x2/htdocs/src/
hirdeshsaxena112
Posts: 18
Joined: Fri Jun 16, 2017 1:48 am

any update admin?
User avatar
pzygmunt
Posts: 18284
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

You can't install supla-server on Windows. Only linux at this moment.
hirdeshsaxena112
Posts: 18
Joined: Fri Jun 16, 2017 1:48 am

OS ubuntu (linux) 64 bit
xampp with php 7
composer


i have downloaded below files from github

1. cloud
2. server

extracted cloud files in htdocs on xampp
and server file in user/sbin

the from composer install command done rest of the things.

and manually created databse name symfony.

and when i access from browser by typing localhost this error comes.

below is my parameters.yml

# This file is auto-generated during the composer install
parameters:
database_driver: pdo_mysql
database_host: 127.0.0.1
database_port: null
database_name: symfony
database_user: root
database_password: null
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null
mailer_password: null
mailer_port: 465
mailer_encryption: ssl
mailer_from: null
admin_email: null
supla_server: null
supla_server_list: null
ewz_recaptcha_public_key: null
ewz_recaptcha_private_key: null
locale: en
use_webpack_dev_server: false
secret: ThisTokenIsNotSoSecretChangeIt


<<<<<<<<<<<<<<<<<<Error in browser>>>>>>>>>>>

Fatal error: Uncaught RuntimeException: Cache directory "/opt/lampp/htdocs/var/cache/prod" is not writable. in /opt/lampp/htdocs/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php:274 Stack trace: #0 /opt/lampp/htdocs/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php(153): Symfony\Component\ClassLoader\ClassCollectionLoader::writeCacheFile('/opt/lampp/htdo...', '<?php \nnamespac...') #1 /opt/lampp/htdocs/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(374): Symfony\Component\ClassLoader\ClassCollectionLoader::load(Array, Array, 'classes', false, false, '.php') #2 /opt/lampp/htdocs/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(110): Symfony\Component\HttpKernel\Kernel->doLoadClassCache('classes', '.php') #3 /opt/lampp/htdocs/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php(166): Symfony\Component\HttpKernel\Kernel->boot() #4 /opt/lampp/htdocs/web/app.php(23): Symfony\Component\HttpKernel\Kernel->handle in /opt/lampp/htdocs/vendor/symfony/symfony/src/Symfony/Component/ClassLoader/ClassCollectionLoader.php on line 274



<<<<<<<<<<<<<<<<<<<<Error Log file>>>>>>>>>>>>>>>>>>>>>








[Wed Jun 21 12:41:09.042749 2017] [ssl:warn] [pid 7623] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Jun 21 12:41:09.042911 2017] [ssl:warn] [pid 7623] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Jun 21 12:41:09.043010 2017] [suexec:notice] [pid 7623] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Wed Jun 21 12:41:09.142894 2017] [auth_digest:notice] [pid 7625] AH01757: generating secret for digest authentication ...
[Wed Jun 21 12:41:10.001458 2017] [ssl:warn] [pid 7625] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Jun 21 12:41:10.001524 2017] [ssl:warn] [pid 7625] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Jun 21 12:41:10.001687 2017] [lbmethod_heartbeat:notice] [pid 7625] AH02282: No slotmem from mod_heartmonitor
[Wed Jun 21 12:41:10.353458 2017] [mpm_prefork:notice] [pid 7625] AH00163: Apache/2.4.25 (Unix) OpenSSL/1.0.2j PHP/7.1.4 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Wed Jun 21 12:41:10.353524 2017] [core:notice] [pid 7625] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
(98)Address already in use: AH00073: make_sock: unable to listen for connections on address [::]:80
(98)Address already in use: AH00073: make_sock: unable to listen for connections on address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
(98)Address already in use: AH00073: make_sock: unable to listen for connections on address [::]:80
(98)Address already in use: AH00073: make_sock: unable to listen for connections on address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs
[Wed Jun 21 13:38:47.021253 2017] [ssl:warn] [pid 4899] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Jun 21 13:38:47.021386 2017] [ssl:warn] [pid 4899] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Jun 21 13:38:47.021511 2017] [suexec:notice] [pid 4899] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Wed Jun 21 13:38:47.127146 2017] [auth_digest:notice] [pid 4903] AH01757: generating secret for digest authentication ...
[Wed Jun 21 13:38:48.002050 2017] [ssl:warn] [pid 4903] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Wed Jun 21 13:38:48.002108 2017] [ssl:warn] [pid 4903] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Jun 21 13:38:48.002280 2017] [lbmethod_heartbeat:notice] [pid 4903] AH02282: No slotmem from mod_heartmonitor
[Wed Jun 21 13:38:48.201545 2017] [mpm_prefork:notice] [pid 4903] AH00163: Apache/2.4.25 (Unix) OpenSSL/1.0.2j PHP/7.1.4 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Wed Jun 21 13:38:48.201621 2017] [core:notice] [pid 4903] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Thu Jun 22 04:44:45.033886 2017] [ssl:warn] [pid 24417] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Jun 22 04:44:45.044729 2017] [ssl:warn] [pid 24417] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Jun 22 04:44:45.044868 2017] [suexec:notice] [pid 24417] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Thu Jun 22 04:44:45.114429 2017] [auth_digest:notice] [pid 24418] AH01757: generating secret for digest authentication ...
[Thu Jun 22 04:44:46.001812 2017] [ssl:warn] [pid 24418] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Jun 22 04:44:46.001879 2017] [ssl:warn] [pid 24418] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Jun 22 04:44:46.002080 2017] [lbmethod_heartbeat:notice] [pid 24418] AH02282: No slotmem from mod_heartmonitor
[Thu Jun 22 04:44:46.169674 2017] [mpm_prefork:notice] [pid 24418] AH00163: Apache/2.4.25 (Unix) OpenSSL/1.0.2j PHP/7.1.4 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Thu Jun 22 04:44:46.169719 2017] [core:notice] [pid 24418] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Thu Jun 22 05:24:21.955107 2017] [mpm_prefork:notice] [pid 24418] AH00169: caught SIGTERM, shutting down
[Thu Jun 22 06:28:06.029111 2017] [ssl:warn] [pid 11872] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Jun 22 06:28:06.061632 2017] [ssl:warn] [pid 11872] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Jun 22 06:28:06.061761 2017] [suexec:notice] [pid 11872] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Thu Jun 22 06:28:06.193334 2017] [auth_digest:notice] [pid 11879] AH01757: generating secret for digest authentication ...
[Thu Jun 22 06:28:07.191187 2017] [ssl:warn] [pid 11879] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Jun 22 06:28:07.191226 2017] [ssl:warn] [pid 11879] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Jun 22 06:28:07.191328 2017] [lbmethod_heartbeat:notice] [pid 11879] AH02282: No slotmem from mod_heartmonitor
[Thu Jun 22 06:28:07.724752 2017] [mpm_prefork:notice] [pid 11879] AH00163: Apache/2.4.25 (Unix) OpenSSL/1.0.2j PHP/7.1.4 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Thu Jun 22 06:28:07.724797 2017] [core:notice] [pid 11879] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Thu Jun 22 07:48:49.085482 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38774] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 07:48:49.167769 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38774] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 07:48:49.395488 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38774] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 07:48:49.395569 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38774] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 07:48:49.550959 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38774] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 07:48:49.551029 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38774] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 07:54:53.532560 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 07:54:53.554708 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 07:55:03.399772 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/, referer: http://localhost:160/dashboard/
[Thu Jun 22 07:55:03.399966 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/, referer: http://localhost:160/dashboard/
[Thu Jun 22 07:55:09.295335 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/, referer: http://localhost:160/dashboard/
[Thu Jun 22 07:55:09.295415 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/, referer: http://localhost:160/dashboard/
[Thu Jun 22 07:55:16.220317 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/, referer: http://localhost:160/dashboard/
[Thu Jun 22 07:55:16.220411 2017] [authz_core:error] [pid 11908] [client 127.0.0.1:38834] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/, referer: http://localhost:160/dashboard/
[Thu Jun 22 08:03:35.100183 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38864] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 08:03:35.246872 2017] [authz_core:error] [pid 11904] [client 127.0.0.1:38864] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 08:06:53.809547 2017] [authz_core:error] [pid 18838] [client 127.0.0.1:38946] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 08:06:54.562195 2017] [authz_core:error] [pid 18838] [client 127.0.0.1:38946] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 08:11:24.814918 2017] [authz_core:error] [pid 11907] [client 127.0.0.1:39076] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 08:11:25.023106 2017] [authz_core:error] [pid 11907] [client 127.0.0.1:39076] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 08:22:30.031160 2017] [ssl:warn] [pid 2503] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Jun 22 08:22:30.035791 2017] [ssl:warn] [pid 2503] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Jun 22 08:22:30.035922 2017] [suexec:notice] [pid 2503] AH01232: suEXEC mechanism enabled (wrapper: /opt/lampp/bin/suexec)
[Thu Jun 22 08:22:30.106985 2017] [auth_digest:notice] [pid 2504] AH01757: generating secret for digest authentication ...
[Thu Jun 22 08:22:31.001917 2017] [ssl:warn] [pid 2504] AH01906: www.example.com:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Jun 22 08:22:31.001981 2017] [ssl:warn] [pid 2504] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Jun 22 08:22:31.002150 2017] [lbmethod_heartbeat:notice] [pid 2504] AH02282: No slotmem from mod_heartmonitor
[Thu Jun 22 08:22:31.182862 2017] [mpm_prefork:notice] [pid 2504] AH00163: Apache/2.4.25 (Unix) OpenSSL/1.0.2j PHP/7.1.4 mod_perl/2.0.8-dev Perl/v5.16.3 configured -- resuming normal operations
[Thu Jun 22 08:22:31.182908 2017] [core:notice] [pid 2504] AH00094: Command line: '/opt/lampp/bin/httpd -E /opt/lampp/logs/error_log -D SSL -D PHP'
[Thu Jun 22 08:23:07.180359 2017] [authz_core:error] [pid 2512] [client 127.0.0.1:47426] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 08:23:07.557227 2017] [authz_core:error] [pid 2512] [client 127.0.0.1:47426] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 08:31:04.854880 2017] [authz_core:error] [pid 2513] [client 127.0.0.1:47700] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 08:31:04.854764 2017] [authz_core:error] [pid 2514] [client 127.0.0.1:47702] AH01630: client denied by server configuration: /opt/lampp/htdocs/app/
[Thu Jun 22 08:31:04.897077 2017] [authz_core:error] [pid 2514] [client 127.0.0.1:47702] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
[Thu Jun 22 08:31:04.897279 2017] [authz_core:error] [pid 2513] [client 127.0.0.1:47700] AH01630: client denied by server configuration: /opt/lampp/htdocs/src/
hirdeshsaxena112
Posts: 18
Joined: Fri Jun 16, 2017 1:48 am

any update now admin
User avatar
pzygmunt
Posts: 18284
Joined: Tue Jan 19, 2016 9:26 am
Location: Paczków
Contact:

client denied by server configuration
hirdeshsaxena112
Posts: 18
Joined: Fri Jun 16, 2017 1:48 am

Thanks my problem has been solved
Post Reply

Return to “General discussion”