I am pretty sure I used IIS in the last few weeks without issue. But today I needed to make a change and test something and I cannot see any of my sites. O/s: Windows 11 Pro IIS: 10.0.26100.1 IIS loads fine, but under computer name when expanded no sites or worker processes option shows. I also tried via MMC, but same issue. Event viewer reports multiple issues like: IISMANAGER_ERROR_LOADING_PROVIDER_TYPE IIS Manager could not load type 'Microsoft.Web.Management.Iis.WebObjects.WebObjectsModul...| Recent Questions - Server Fault
I've a server with both IPv4 and IPv6 interfaces. Postfix is multihome, one instance, named postfix, is IPv6 only, and another, named postfix-kupec, is ipv4 and ipv6. Here's an output from postconf: aikipooh /home/pooh/metagrocery # postconf -nc /etc/postfix-kupec|grep inet inet_interfaces = [2a02:2b88:2:1::764c:4], 46.28.111.66 inet_protocols = ipv4 ipv6 When sending to google for example, it sends fine, but if the host is IPv4 only, it fails due to it is unable to locate the AAAA record for...| Recent Questions - Server Fault
LastSignInDateTime is the latest attempted login, successful or not. LastSuccessfulSignInDateTime is only the latest successful login. By this logic, shouldn't LastSignInDateTime always be more recent or equal to LastSuccessfulSignInDateTime?| Recent Questions - Server Fault
I have the following situation: I had a virtualized server with EsXi 8 and 14 VMs. But one day it shut down normally and then wouldn't turn on anymore. Now we have a new, identical server to which we installed the disks from the previous one. It powers on and loads the EsXi platform perfectly, and the administration website is accessible. I'm not using vCenter. I see that there are 14 VMs, but the status says "Invalid" because it apparently can't find the volume where they are located. I've r...| Recent Questions - Server Fault
I am upgrading multiple Oracle Linux 7.9 servers to Oracle Linux 8 (and later to 9). After running leapp preupgrade and clearing the inhibitors, the preupgrade now reports 0 inhibitors. leapp upgrade results in several errors and the upgrade stops. Notably: cannot install the best update candidate for package glibc-2.17-326.0.9.el7_9.3.x86_64 due to: cannot install both glibc-2.17-260.0.15.el7_6.4.x86_64 from ol7_latest and glibc-2.28-251.0.3.el8_10.25.x86_64 from ol8_baseos_latest 2025-09-05...| Recent Questions - Server Fault
We have an ASP .NET website on IIS 10 on Windows Server 2016. An SSL test reported that the ECDH public parameters are being re-used, which present a security risk. We found one methods is a registry setting as per thesesources, but its not working even after a restart. The issue is not reproducible on Windows Server 2022 and above. Key: HKLM\System\CurrentControlSet\Control\SecurityProviders\Schannel\KeyExchangeAlgorithms\ECDH Value: EphemKeyReuseTime Type: DWORD Data : 0 We also tried the b...| Recent Questions - Server Fault
I am trying to deploy product recognition index per this instruction in the guide: https://cloud.google.com/vision-ai/docs/product-recognizer#deployproductrecognitionindex And I am using this command to assign an index to the endpoint: curl -sS -X POST -H "Authorization: Bearer $(gcloud auth print-access-token)" -H "Content-Type: application/json" https://visionai.googleapis.com/v1alpha1/projects/second-grail-471116-v8/locations/us-central1/retailEndpoints/516dbb61-9ea7-49f2-b769-9df91bdf24a5...| Recent Questions - Server Fault
As it is written in the documentation, I can generate fix for the whole profile: oscap xccdf generate fix --profile ospp /usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml > fix.sh If I want to generate a fix for a single rule I need to workaround by evaluating a single rule first: oscap xccdf eval --profile xccdf_org.ssgproject.content_profile_ospp --results results.xml --rule xccdf_org.ssgproject.content_rule_partition_for_var_log_audit /usr/share/xml/scap/ssg/content/ssg-rhel8-ds.xml oscap x...| Recent Questions - Server Fault
We have an internal S3 implementation at the firm, which is currently used by other teams using Java and Python. But for our purposes we must have the data accessible using filesystem calls, so I'm trying to mount a bucket using s3fs. The endpoint is s3.example.net, port 5443, and the bucket's name bucket-lab-1. The tenant-name is foo... Trying to mount it as: s3fs -o url=https://s3.example.net:5443 -o curldbg -d bucket-lab-1 /s3/bucket-lab-1 I get a silent failure. In syslog there is a messa...| Recent Questions - Server Fault
I am trying to create a Cloudflare Tunnel for my reverse proxy. No open ports on my router. I can not connect to the Cloudflare tunnel from outside of my network. I want to reach test.arknet.cloudns.nz. My default Apache2 page is not appearing. I have a Motte and Bailey architecture. My domain authority is the free service ClouDNS and the domain is arknet.cloudns.nz All outside traffic should be able to access servers on my network without open ports because my reverse proxy is using a Cloudf...| Recent Questions - Server Fault
I have a Seagate Exos X12 ST12000NM0127 12TB SATA drive. It has a documented "Formatted capacity" of 12000GB (12TB), "Guaranteed sectors" 23437770752 for 512 bytes logical sector, that is 12000138625024 bytes (0xAEA00000000). This precisely matches the SFF-8447 proposed standard, which starting at 4000GB boils down to advertised capacity rounded up to a multiple of 1GiB when it comes to drives with 512 or 4096-byte LBA and no frills. However the drive has 2,344,912 more sectors (0.01% larger ...| Recent Questions - Server Fault
I'm at my wits end trying to track down what is causing the error mentioned in the title. I have a server running Debian 11 (due for an upgrade to 13 soon.) and Postfix 3.25 which is run chrooted. Three domains are hosted, one canonical and two virtual. This was all working until a few days ago when in order to overhaul my amavis-based antispam set up which was quite a memory hog, I moved to milters. I have opendkim, open-dmarc, spamassassin, and clamav milters set up and working for sending ...| Recent Questions - Server Fault
I have a linux mint server that I use as a media server. It reboots very infrequently, but when it does, the DNS only resolves ipv6 addresses. Something in the configuration is weird, and ping, curl and apt all fail if the url resolves to ipv4. When I run sudo nmcli con up mediaserver the DNS will then resolve ipv4 address. How do I set this up so that it does so automatically at boot?| Recent Questions - Server Fault
In my office i had have configured a windows 10 desktop machine ncomputing thin client remote desktop server in which there are 20 client machines. I applied group policy in it for locking control panel settings and mass storage usage so that students cant change wallpaper or other settings. On two clients suddenly the taskbar and start menu get locked and was not working and desktop icons and taskbar icons was deleted by students. So on server i moved the profiles to another folder in anothe...| Recent Questions - Server Fault
I try to init a kubernetes master node running on a Debian GNU/Linux 11 (bullseye) system with kubeadm version 1.25.4-00. I followed the official guideline on kubernetes.io. I installed containerd and have set SystemdCgroup = true in /etc/containerd/config.toml. [plugins."io.containerd.grpc.v1.cri".containerd.runtimes] [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc] runtime_type = "io.containerd.runc.v2" runtime_engine = "" runtime_root = "" privileged_without_host_devices = fa...| Recent Questions - Server Fault
I try to install a single node cluster on centos 7, with kubadm 1.24 and with containerd, i followed the installation steps, and i did: containerd config default > /etc/containerd/config.toml and passed : SystemdCgroup = true but the kubeadm init fails at : [root@master-node .kube]# kubeadm init [init] Using Kubernetes version: v1.24.0 [preflight] Running pre-flight checks [WARNING HTTPProxy]: Connection to "https://10.XXXXXXXX" uses proxy "http://proxy-XXXXXXXXX.com:8080/". If that is not in...| Recent Questions - Server Fault
I am getting repeated login attempts from this IP address, 45.135.232.165, apparently a known Russian abusive host. I want to block all traffic on all ports from the entire subnet 45.135.232.*, so I did ufw deny from 45.135.232.0/24 ufw status shows the rule as To Action From -- ------ ---- Anywhere DENY 45.135.232.0/24 However, lastb still reports daily login attempts from the above mentioned address. What am I missing?| Recent Questions - Server Fault
How is it possible to use the method : SSTP_DUPLEX_POST and the url : /sra_{BA195980-CD49-458b-9E23-C84EE0ADCD75}/ to hack a server ? I have this request in my logs from a well known malicious IP address. It has been reported several times on abuseipdb in this report. Most of the users reporting the IP address and this particular attack seems to think that it's for port scanning. I read a little bit about SSTP_DUPLEX_POST and SSTP protocol, but I can't really figure out how this request could...| Recent Questions - Server Fault
express-cluster-ip-service.yaml apiVersion: v1 kind: Service metadata: name: express-cluster-ip-service spec: type: ClusterIP selector: component: server ports: - port: 5000 targetPort: 5000 express-deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: express-deployment spec: replicas: 3 selector: matchLabels: component: server template: metadata: labels: component: server spec: containers: - name: express image: simonjames/react-node-docker-kubernetes-app-express ports: - con...| Recent Questions - Server Fault
I'm trying to configure permissions for CloudTrail > S3 > SQS > Splunk workflow. https://docs.splunk.com/Documentation/AddOns/released/AWS/ConfigureAWSpermissions I created a role, attached a policy to grant permissions for S3, SQS etc. I went to Trust Relation policy and added the same account number and the user because the user will be in the same account. I then go to the user and attach a policy to assumeRole and provided the role name and full ARN. I then launch an EC2 instance, go to a...| Recent Questions - Server Fault
I'm trying to create my first MVC project with the help of the framework Laravel, using the server platform Uniform Server. (Uniform Server uses Apache.) The problem is, I cannot seem to get my routes to work. I suspect this is because upon trying to access http://localhost/project_name/public/, I receive the following error: Forbidden You don't have permission to access /project_name/public/ on this server. i.e. error 403. After some research it seems that this is a .htaccess problem, or a p...| Recent Questions - Server Fault
I followed this vmware guide to remove a storage device and replace with another. Everything worked fine apart from the fact the the datastore still show on the list as inactive. During the procedure I'm supposed to: unmount the datastore detach storage device make sure it detached with esxcli storage core device detached list permanently remove device config with esxcli storage core device detached remove -d naa.xxxx I had another one to remove and managed to figure out how to do it correctl...| Recent Questions - Server Fault
I'd like to delete an nginx cache directory, which I quickly purged by: mv cache cache.bak mkdir cache service nginx restart Now I have a cache.bak folder which has 2 million files. I'd like to delete it, without disturbing the server. A simple rm -rf cache.bak trashes the server, even the simplest HTTP response takes 16 seconds while rm is running, so I cannot do that. I tried ionice -c3 rm -rf cache.bak, but it didn't help. The server has an HDD, not an SSD, probably on an SSD these might n...| Recent Questions - Server Fault
I am attempting to execute the following Powershell command: Enter-PSSession -ComputerName localhost The server in use is running Windows Server 2008 R2 SP1 64-bit. The server is on a domain. I am logged in under my domain administrator account. The powershell session was started as Administrator. I'm getting the following error message from powershell itself: PS C:\Users\Daniel> Enter-PSSession -Computername localhost Enter-PSSession : Connecting to remote server localhost failed with the fo...| Recent Questions - Server Fault
I installed a certificate in the Trusted Root Certification Authorities store in Windows Server 2008, but it disappears from the certificate store at a later time. What is causing this? The certificate is not expired It is not revoked It happens on test environments and production servers The production servers are not on a domain, in a workgroup gpresult /h gpresult.html doesn't report that I'm prevented from trusting 3rd party CA's I'm using the following code in a c# command line app to in...| Recent Questions - Server Fault
The following errors appear on the NFS server, could you please advise how I can fix this? Details: System: CentOS release 6.4, NFS: nfs-utils-1.2.3-36 # cat /etc/idmapd.conf [General] Domain = domain.com [Mapping] Nobody-User = nobody Nobody-Group = nobody [Translation] Method = nsswitch --- Sep 3 08:25:28 snode1 rpc.idmapd[1382]: nss_getpwnam: name '0' does not map into domain 'domain.com' Sep 3 08:25:29 snode1 rpc.idmapd[1382]: nss_getpwnam: name '500' does not map into domain 'domain.com'...| Recent Questions - Server Fault
I am looking for a tool that will give a few people the ability to muck around in our database. Currently I write custom SQL queries every time we need to do something we don't have tools for. I ...| Server Fault
Attempting to implement DnsServerQueryResolutionPolicy per: https://learn.microsoft.com/en-us/windows-server/networking/dns/deploy/primary-geo-location which worked fine in my POC. I implemented it in production and it's not working at all. Worse, it seems to be broken now! I added DnsServerClientSubnet and DnsServerZoneScopes and DnsServerResourceRecord and linked them together with DnsServerQueryResolutionPolicy, exactly as in the POC and as described in the Microsoft article. After being u...| Recent Questions - Server Fault
On an Ubuntu 24.04 google compute engine VM, Apache 2.4, the following warning is in the apache logs: [ssl:warn] a.b.c.d.bc.googleusercontent.com:443:0 server certificate does NOT include an ID which matches the server name IP address a.b.c.d is assigned to myserver.example.com, and a.b.c.d.bc.googleusercontent.com is not the server name. I recently set the server name in /etc/hostname; the file was formerly missing. nslookup myserver.example.com both from inside the google compute engine pri...| Recent Questions - Server Fault
I installed Samba in CentOS to connect to a Windows file share. I used this command to check if the installation is successful: smbclient //[hostname]/[sharename] -U [username] Returned: timeout| Server Fault
I am attempting to migrate a Windows Server 2016 server to a Windows Server 2022 server using the Windows Storage Migration Service. When I initiate the "Cut Over", the validation process fails when attempting to access a local account: We can connect to the source computer using a local user account. Error Fail: Access is denied We can cutover from the source to the destination computer. Success Pass We can run the cutover validation tests since cutover is either not started (at stage 0) or ...| Recent Questions - Server Fault
I'm trying to troubleshoot an issue on a MediaTemple server (running CentOS5) where the DNS cache has grown stale - I think because nscd has crashed. I've tried restarting nscd: # service nscd re...| Server Fault
I want to setup squid proxy server to be used without manually configuring the browser to use a proxy. For example I should be able to do this in the browser address bar: htttp://squidserverip:3128...| Server Fault
I'm running into an issue with a new site I just launched for a private repo but one site works and the other generates a 522 so I'm wondering if it's due to my CNAME. Here's a list of what I've do...| Server Fault
I am a novice with svn. I just downloaded the CollabNet Subversion Server. I installed the binary, but I'm wondering how to get started. I read the PDF with it, but it's too large for me as I need ...| Server Fault
Can someone explain what each line means? Options +FollowSymLinks +ExecCGI <IfModule mod_rewrite.c> RewriteEngine On # uncomment the following line, if you are having trouble # getting| Server Fault