9000
TCP
PHP-FPM
PHP FastCGI Process Manager
⚠️ Security: DependsStatus: Active💻 Category: Development
📋 Basic Information
- Port Number
- 9000
- Protocol
- TCP
- Service
- PHP-FPM
- Popularity
- Medium
🔒 Security Information
💡
Security Notes
Access key required, configure bucket policies, use TLS
🛠️ Installation
🐧Linux
# Linux (Binary)
wget https://dl.min.io/server/minio/release/linux-amd64/minio
chmod +x minio
sudo mv minio /usr/local/bin/
minio server /data --console-address ":9001"🐳Docker
docker run -d --name php-fpm -p 9000:9000 php:fpm⚡Nginx
location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; }🔄 Other Services Using This Port
These are alternative services that use the same port number. The actual service depends on your configuration.
MinIO
Default API port for S3-compatible object storage
SonarQube
Default web interface port for code quality analysis platform
Portainer
Default port for Docker container management UI
🔗 Related Ports
80🔥
HTTP
Hypertext Transfer Protocol
TCP
Protocol for transmitting web pages and resources. Used for unencrypted HTTP communication.
🔓 Security: Insecure🌐 Category: Web
8080🔥
HTTP-ALT
HTTP Alternate (Apache Tomcat, etc)
TCP
Alternative HTTP port commonly used for proxy and development servers
🔓 Security: Insecure🌐 Category: Web