Centos Questions
Ad
Ad
How to Install OctoberCms Using Wizard
You can easily install OctberCMS using wizard-installation method. we will learn in this tutorial how to install OctoberCMS easily using wizard method.
ERROR Updating the lib.so.6 file in Centos6.4
I have updated the glibc on centos(6.4 64bit) from version 2.12 to 2.14 (built it from source using the make and make install commands) but still
max_execution_time is 240 second - exceeded the timeout of 60 seconds
I'm using this package to run my bash: use symfony\component\process\process; use
Password Protect & Disable Editing PDF in PHP v7.0.27
I am using centos7 and my backend is php v7.0.27 with laravel framework v4.2. i am working with base64 data to save pdf(after decoding base64). i
The urls on Laravel working locally but not working on AWS EC2 linux centos 7
When i click on login button on my website, its go to http://example.com/login? which is expected but the page not found. but if i go
puppeteer - centos7 - symbol not found
Hi i have a super simple dockerfile to run puppeteer in docker: from node:12.2.0-alpine run apk update && apk upgrade
cron command not found - CentOS 7
I'm using centos 7. i want to run my laravel commands: * * * * * cd /home/path/ && php artisan schedule:run
how to run php exec with sudo on live server
I have a simple scripts that create folder for every user that sign up, it works perfectly fine on local but after pushing to live server it does
Install React JS on Cent OS
I am very very new to react js and have tried to install it on my vps server that is running cent os. node.js seems to be working, i
CasperJS has been redirected and then exited with status=fail (HTTP 302)
Casperjs version 1.1.4 at /opt/casperjs, using phantomjs version 2.1.1. running on centos. trying to get through authentication page which
Node js cant connect to Redis Docker Centos 7
I have docker compose use mongo, redis and node js. mongo and redis running good the problem is node js cant connect to redis. when i test
Ad
Nginx reverse proxy not working on domain name
I have tried all the solution on so but no success. i want to use nginx as a "node.js" app reverse proxy. with my current configurations, i was
Linux scheduled task not working in Laravel
The below cronjob is not working, although the task itself is working when i manually run it using php artisan q:calc . i just added
Laravel API route get 404 on Nginx
I have a laravel project. it works on mac os with nginx. i recentlly installed a centos 8. i installed nginx on it and add the configuration
Laravel on Nginx: accessing to "public/" of the app results in "Permission denied" even though it has the same user as Nginx
I've been trying to deploy a brand new laravel 6 app on nginx with centos 7, but i'm getting the following error messages on the error log.
puppeteer issue on CentOs 7 problem after exactly 30 minutes
I have a script that use node js and puppeteer, the script run wonderful on my windows 10 for as long as i dont close it from command line, when
Cannot connect to PgSQL via Laravel SQLSTATE[08006] [7] FATAL
I'm trying to connect to pgsql via laravel and finally got everything setup (pgsql server running, pdo installed, all libs installed). i'm running
django can't find new sqlite version? (SQLite 3.8.3 or later is required (found 3.7.17))
I've cloned a django project to a centos 7 vps and i'm trying to run it now, but i get this error when trying to migrate:
What is the use of python code in crontab in centos 7 while auto renewing certificates?
I am going to set crontab for auto renewal of lets-encrypt certificate. i have centos7. following is my command for crontab.
Converting CSV to Json issue with for loop on CENTOS
I want to convert a csv file to json file, it's work on my computer but not on my centos server my python version on my computer is
Linux Node JS listening on port 80 but not on other ports
I am a starting level at linux... i got node js to listen to port 80 and everything works well. but when trying different ports it
CentOS, node cannot find module
I ran the index.js well on my macos. today, i use the git&&github to deploy the node project to the centos 7. the project shows me
Ad
nodejs server can't access from outside
I had been trying all sort of methods, still can't make it work. need some help on this. running on centos release 6.10 using pm2 to
remove /public in laravel on Apache server and webuzo panel
I want to remove /public in the url i want to use virtual host not changing server.php into index.php. i'm useing webuzo admin panel i add
How do I run a Node.js app as a systemd service?
So i have a node.js app that i am trying to deploy and run as a systemd service. here's the .service file:
Dockerize meteor application
I have a meteor application.this app works well on the centos7 vm. i need to create docker container of this app and install or
Hit django API present on centos6 using postman on windows
I have my django project on centos6 machine which i run using putty with help of ssh key and i have postman on my windows. i want to configure
Laravel returning server error 500 on CentOS 7
As the title says, i have a vps running on centos 7, i installed all the requisites for laravel, php 7.3, but it still giving me 'server error
Class 'Config' not found when moved laravel site over to Centos server
I currently have a laravel 5.8 instance working on my local machine, i moved the files over to a staging server that runs on centos. i recently
Connecting a db2 database from a centos hosted laravel application
I'm trying to connect to a db2 database server (iseries ibm) from my laravel application (5.8). the application is running on a centos linux
Install nest.js on Centos 7
I am installing nest.js on centos 7. i get this error:
bash, nohup sh file launches node and node hangs up on logoff?
I have a bash script test.sh node ~/script1.js && \ node ~/script2.js && \ node ~/script3.js i
Crontab (Centos7) with Python Files
I would like to get help regarding crontab on centos 7. i need to create the scheduler to run python script (which have 2-5 addition
Ad
Why I get this error laravel-worker: ERROR (no such group)
I followed the official laravel doc to start queue in the background using supervisor in centos 7.
My Laravel Routes is not working on CentOS
I just made a simple laravel application in centos running in apache server. the thing is i always gets an error: "not
GhostScript - ImageMagick converts pdf to image to odd letters when converting Microsoft Print to PDF files
Notice: watch updates at bottom. i am building an api which supposed to convert pdf to base64 images (doesn't
Can't start laravel-echo-server using Supervisor
If i manually run laravel-echo-server - it works fine. but i can't run laravel-echo-server using supervisor: i'm getting error on frontend
pip install error while building docker images
I'm using centos/python-36-centos7 as a base image of my application. in dockerfile, after run pip install --upgrade
How can I fix this problem with routas de laravel in centos7
I'm working on an old server with apache in centos 7, the problem i have is that i'm setting up a laravel project and i'm having problems routing
Laravel notification jobs run multiple times by supervisor
So i have a laravel project running in production, and using supervisor to handle jobs and notifications. the problem is, after supervisor
Laravel database connection times out but can connect via mysql command
I'm facing a very weird issue here and have spent a lot of time trying to debug. my app resides in aws environment. my staging environment
centos 7 laravel log - everyday new log file instorage gets created owned by root need apache to be owner of log file
I have this strange issue on cent os 7, where i have installed laravel . i have installed apache httpd server and granted access to the
Difference in files laravel install local & on server
When i install laravel on the server via the command: cd httpdocs/ && /opt/plesk/php/7.1/bin/php
Troubleshooting unusual Git issue, specifically the -5938 error code?
I can't seem to interact with our git repositories from one of our servers, i keep getting an odd message when i try it. as far as i know
Ad
Python3.6 version does not print correct data
I have installed centos7 and added python3.6 from epel-repository.subversion python-3.6.3 i am trying to check python 3.6 version via small
Install java on Centos 7 and Command not known error
I downloaded jdk8u171 and copy it to /opt/jdk1.8.0_171/. i installed it by these commands : alternatives --install /usr/bin/java
How do I resolve this error 'cannot find -lc'?
How do i compile this code in centos 7 ? i am reading one book and in the book they use -static while compiling so that's how i
centos 7 on virtualbox has no directories
As shown here: after installing centos iso on virtualbox, i use ls to see
Deploy Laravel in var/www/html
I have the following file structure on my server /var/laravelapp -> this is the entire laravel project. /var/www/html/eduapp - >
Prestashop 1.7.7.5 installation issue : ps_facebook1
On centos8, issue during installation of prestashop 1.7.7.5 (also with 1.7.7.4) :
Varnish 4 + Pounds - Bypass cache for specific IP Address
I'me trying to configure varnish to not use cache for specific ips. i've configured varnish 4 on centos
How to fix permissions error with prestashop on centos 7 apache?
Installing prestashop 1.7.6.2 an error has occured: you need to grant write permissions for php on the following directory:
How do I apply a traffic limit to those connecting from a specific port with iptables or tc?
To my centos server, tcp connection is provided over port 643 and udp connection is provided over port 6194. i want to add 1 hour drop rule to
rpmbuild %{dist} not defined on CentOS 5.5?
I'm attempting to use the %{dist} tag in my rpm spec file to
Cassandra gets stuck on Initializing IndexInfo
I'm using cassandra on a centos machine. after it failed some time ago, i restarted it via sudo service cassandra restart and started
Ad
Why Apache(centos 7) can't see route that I made?
I made route, but apache server cant see that route. there no problem with laravel welcome page but when i try to make another folder in view.
How to install json extension for PHP 7 on CentOS?
On my server i had php 5 installed previously .i upgraded it to php 7 by following the steps from
How to send API requests to a server via JSON? Keep getting CORS errors
I'm using reactjs and axios to send api requests to my server but i keep getting the same error: failed to load http://***: response
Running Cboden Ratchet Websocket on the server
I made a chat service on my local machine and successfully ran it. this chat service uses cboden retchat library and the custom js on
Linux mail command removes text after space in subject when run from Java
I have to send email from a linux server through a java program. when i run the command on ssh secure shell, everything is fine. but when i call
Laravel document root Forbidden with HTTP 403 error
I have laravel instaled centos 7 server. php, mariadb and httpd are installed and works. all services are up and works. browse the document root
unable to get admin page for my wordpress website
Please help me out with this problem which making me sick. aim : i was about to to setup a website in gce instance (googlecloud
Apache w/mod_rails segmentation fault
I am running redmine on apache 2 with mod_rails (passenger) 2.0.3 and enterprise ruby 1.8.6. every so often i get a segfault from apache when i
WordPress Malware - Redirect to (fast.destinyfernandi.com) - even after scan and clean
I'm living my worse nightmare. i have an centos server, that is hosting 10s of wordpress website. my clients notice that their websites
Error occurred when installing mod_wsgi on apache2.4
I'm using mod_wsgi for my python web. i'm using centos6. when i try yum install mod_wsgi i found that it gives
installed php71w-gd and getting error GD Library extension not available with this PHP installation
I am using laravel web framework on centos 7 server and nginx web server, i installed php71w-gd and still getting this error when i want to upload
Ad
error JAVA_HOME is not defined correctly
When ii run command mvn spring-boot:run, i got error: java_home is not defined correctly. we cannot execute
turtle graphics module missing from Python 3.6 on centos 7?
I've trawled google and this site but can't seem to find anything relating specifically to this problem. summary is: installed
Laravel 5.3, CentOS, PHP 7 - How to connect MSSQL?
I have a project (laravel5.3, php7, centos7) pulling some data from mssql (not my choice btw). so, on xampp i was able
How to install OctoberCMS on Centos?
I have a ready-made cms that i developed on windows and opened through the openserver and mamp. on windows, everything
How to uninstall MariaDB 5.5 completely (including configurations) from CentOS 7
I tried command yum remove mariadb mariadb-server it removed the client but failed to remove the server.
Laravel 5.2: Data passed to the view not working
So there is a really weird thing happening in this laravel project i'm working on. im passing an array with data to my blade view but when in the
Cannot Initialize mbstring with PHP 7
Whenever i try to access phpmyadmin, i receive the following error: "the mbstring extension is missing. please check your php
Git .git/info/refs not valid: is this a git repository?
I'm getting a strange problem in my centos server. my repositories are hosted on bitbucket, and they were working fine until yesterday.
Unable to run artisan command via cron [laravel 5.2]
I am trying to run an artisan command from a cron task but i keep getting errors. in plesk i have created this task: php
Beanstalkd to start when the system starts up or reboots , how to uncomment "START yes" on Centos
I'm using beanstalkd for queue in laravel on centos 6 and i have seen that i need to uncomment the following
Nginx Centos7 Laravel 5 can't write to log files
I got a brand new centos 7 server and would like to install laravel + nginx i added remi repo for php5.6 also added epel
Ad
Uncaught ReflectionException: Class log does not exist Laravel 5.2
I am currently trying to clone an existing project of mine from github. after clone i run composer install during the process i
Ad
Blog Categories
Ad